protected static enum BarDatasetOptionsHandler.Property extends Enum<BarDatasetOptionsHandler.Property> implements Key
Enum Constant and Description |
---|
BAR_PERCENTAGE |
BAR_THICKNESS |
CATEGORY_PERCENTAGE |
GROUPED |
MAX_BAR_THICKNESS |
MIN_BAR_LENGTH |
Modifier and Type | Method and Description |
---|---|
String |
value()
Returns the name value of property
|
static BarDatasetOptionsHandler.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarDatasetOptionsHandler.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 BarDatasetOptionsHandler.Property BAR_PERCENTAGE
public static final BarDatasetOptionsHandler.Property BAR_THICKNESS
public static final BarDatasetOptionsHandler.Property CATEGORY_PERCENTAGE
public static final BarDatasetOptionsHandler.Property GROUPED
public static final BarDatasetOptionsHandler.Property MAX_BAR_THICKNESS
public static final BarDatasetOptionsHandler.Property MIN_BAR_LENGTH
public static BarDatasetOptionsHandler.Property[] values()
for (BarDatasetOptionsHandler.Property c : BarDatasetOptionsHandler.Property.values()) System.out.println(c);
public static BarDatasetOptionsHandler.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