public static enum FieldValueInfo.CompleteValueType extends java.lang.Enum<FieldValueInfo.CompleteValueType>
Modifier and Type | Method and Description |
---|---|
static FieldValueInfo.CompleteValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueInfo.CompleteValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValueInfo.CompleteValueType OBJECT
public static final FieldValueInfo.CompleteValueType LIST
public static final FieldValueInfo.CompleteValueType NULL
public static final FieldValueInfo.CompleteValueType SCALAR
public static final FieldValueInfo.CompleteValueType ENUM
public static FieldValueInfo.CompleteValueType[] values()
for (FieldValueInfo.CompleteValueType c : FieldValueInfo.CompleteValueType.values()) System.out.println(c);
public static FieldValueInfo.CompleteValueType 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 null