public static enum ClassificationDefinition.Type extends java.lang.Enum<ClassificationDefinition.Type>
Enum Constant and Description |
---|
CLASS_BREAKS_DEF |
NOT_SET |
UNIQUE_VALUE_DEF |
Modifier and Type | Method and Description |
---|---|
static ClassificationDefinition.Type |
get(java.lang.String t) |
java.lang.String |
getValue() |
static ClassificationDefinition.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationDefinition.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassificationDefinition.Type NOT_SET
public static final ClassificationDefinition.Type UNIQUE_VALUE_DEF
public static final ClassificationDefinition.Type CLASS_BREAKS_DEF
public static ClassificationDefinition.Type[] values()
for (ClassificationDefinition.Type c : ClassificationDefinition.Type.values()) System.out.println(c);
public static ClassificationDefinition.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static ClassificationDefinition.Type get(java.lang.String t)