public enum AxisKString extends Enum<AxisKString> implements IPropCnrKString
Enum Constant and Description |
---|
TITLE
The axis title (null or none is default).
|
Modifier and Type | Method and Description |
---|---|
KString |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
static AxisKString |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisKString[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
validate
public static final AxisKString TITLE
public static AxisKString[] values()
for (AxisKString c : AxisKString.values()) System.out.println(c);
public static AxisKString valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic KString getDefaultValue()
getDefaultValue
in interface IPropCnrKString
public String getPropName()
getPropName
in interface IPropCnrKString
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.