public static enum TypeInfo.SUBTYPE extends Enum<TypeInfo.SUBTYPE>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
ARRAY |
DATE |
INTERNAL_ENTRY |
ITERATOR |
MAP |
NULL |
SET |
| Modifier and Type | Method and Description |
|---|---|
static TypeInfo.SUBTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeInfo.SUBTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeInfo.SUBTYPE ARRAY
public static final TypeInfo.SUBTYPE NULL
public static final TypeInfo.SUBTYPE DATE
public static final TypeInfo.SUBTYPE MAP
public static final TypeInfo.SUBTYPE SET
public static final TypeInfo.SUBTYPE ITERATOR
public static final TypeInfo.SUBTYPE INTERNAL_ENTRY
public static TypeInfo.SUBTYPE[] values()
public static TypeInfo.SUBTYPE 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