public enum SchemaFieldSubtype extends java.lang.Enum<SchemaFieldSubtype>
| Enum Constant and Description |
|---|
CREATION_DATE |
DATE |
DESCRIPTION |
FIELD_DATA |
FIELD_DATA_SIZE |
MODIFICATION_DATE |
NUMBER |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static SchemaFieldSubtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaFieldSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaFieldSubtype TEXT
public static final SchemaFieldSubtype DATE
public static final SchemaFieldSubtype NUMBER
public static final SchemaFieldSubtype FIELD_DATA
public static final SchemaFieldSubtype DESCRIPTION
public static final SchemaFieldSubtype MODIFICATION_DATE
public static final SchemaFieldSubtype CREATION_DATE
public static final SchemaFieldSubtype FIELD_DATA_SIZE
public static SchemaFieldSubtype[] values()
for (SchemaFieldSubtype c : SchemaFieldSubtype.values()) System.out.println(c);
public static SchemaFieldSubtype 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