public static enum ClassStyleDef.ClassType extends Enum<ClassStyleDef.ClassType>
| Enum Constant and Description |
|---|
RANGE |
SINGLE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static ClassStyleDef.ClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassStyleDef.ClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassStyleDef.ClassType RANGE
public static final ClassStyleDef.ClassType SINGLE_VALUE
public static ClassStyleDef.ClassType[] values()
for (ClassStyleDef.ClassType c : ClassStyleDef.ClassType.values()) System.out.println(c);
public static ClassStyleDef.ClassType 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 nullCopyright © 2015. All Rights Reserved.