protected static enum Dataset.CommonProperty extends Enum<Dataset.CommonProperty> implements Key
Enum Constant and Description |
---|
BORDER_WIDTH |
CLIP |
DATA |
HOVER_BORDER_WIDTH |
Modifier and Type | Method and Description |
---|---|
String |
value()
Returns the name value of property
|
static Dataset.CommonProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dataset.CommonProperty[] |
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.CommonProperty CLIP
public static final Dataset.CommonProperty DATA
public static final Dataset.CommonProperty BORDER_WIDTH
public static final Dataset.CommonProperty HOVER_BORDER_WIDTH
public static Dataset.CommonProperty[] values()
for (Dataset.CommonProperty c : Dataset.CommonProperty.values()) System.out.println(c);
public static Dataset.CommonProperty 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