public static enum Runtime.ObjectSubType extends java.lang.Enum<Runtime.ObjectSubType>
| Enum Constant and Description |
|---|
ARRAY |
DATE |
ERROR |
GENERATOR |
ITERATOR |
MAP |
NODE |
NULL |
REGEXP |
SET |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProtocolValue() |
static Runtime.ObjectSubType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Runtime.ObjectSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Runtime.ObjectSubType ARRAY
public static final Runtime.ObjectSubType NULL
public static final Runtime.ObjectSubType NODE
public static final Runtime.ObjectSubType REGEXP
public static final Runtime.ObjectSubType DATE
public static final Runtime.ObjectSubType MAP
public static final Runtime.ObjectSubType SET
public static final Runtime.ObjectSubType ITERATOR
public static final Runtime.ObjectSubType GENERATOR
public static final Runtime.ObjectSubType ERROR
public static Runtime.ObjectSubType[] values()
for (Runtime.ObjectSubType c : Runtime.ObjectSubType.values()) System.out.println(c);
public static Runtime.ObjectSubType 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 getProtocolValue()