public static enum KeyTypeData.ValueType extends Enum<KeyTypeData.ValueType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
any |
incremental |
multiple |
single |
| Modifier and Type | Method and Description |
|---|---|
static KeyTypeData.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyTypeData.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyTypeData.ValueType single
public static final KeyTypeData.ValueType multiple
public static final KeyTypeData.ValueType incremental
public static final KeyTypeData.ValueType any
public static KeyTypeData.ValueType[] values()
public static KeyTypeData.ValueType 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