protected static enum Dataset.Property extends Enum<Dataset.Property> implements Key
Enum Constant and Description |
---|
BACKGROUND_COLOR |
BORDER_COLOR |
BORDER_WIDTH |
HOVER_BACKGROUND_COLOR |
HOVER_BORDER_COLOR |
HOVER_BORDER_WIDTH |
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, valueOf
checkAndGetIfValid, checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
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 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