protected static enum Dataset.Property extends Enum<Dataset.Property> implements Key
| Enum Constant and Description |
|---|
BACKGROUND_COLOR |
BORDER_COLOR |
BORDER_WIDTH |
CHARBA_DATA_TYPE |
CHARBA_GRADIENTS |
CHARBA_ID |
CHARBA_PATTERNS |
DATA |
HIDDEN |
HOVER_BACKGROUND_COLOR |
HOVER_BORDER_COLOR |
HOVER_BORDER_WIDTH |
LABEL |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
value()
Returns the name value of property
|
static Dataset.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dataset.Property[] |
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, valueOfcheckIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValidpublic static final Dataset.Property LABEL
public static final Dataset.Property DATA
public static final Dataset.Property TYPE
public static final Dataset.Property HIDDEN
public static final Dataset.Property BACKGROUND_COLOR
public static final Dataset.Property BORDER_COLOR
public static final Dataset.Property BORDER_WIDTH
public static final Dataset.Property HOVER_BACKGROUND_COLOR
public static final Dataset.Property HOVER_BORDER_COLOR
public static final Dataset.Property HOVER_BORDER_WIDTH
public static final Dataset.Property CHARBA_ID
public static final Dataset.Property CHARBA_PATTERNS
public static final Dataset.Property CHARBA_GRADIENTS
public static final Dataset.Property CHARBA_DATA_TYPE
public static Dataset.Property[] values()
for (Dataset.Property c : Dataset.Property.values()) System.out.println(c);
public static Dataset.Property 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 null