public enum JdsFieldType extends java.lang.Enum<JdsFieldType>
Enum Constant and Description |
---|
ARRAY_DATE_TIME |
ARRAY_DOUBLE |
ARRAY_FLOAT |
ARRAY_INT |
ARRAY_LONG |
ARRAY_TEXT |
BOOLEAN |
DATE_TIME |
DOUBLE |
ENUM_TEXT |
FLOAT |
INT |
LONG |
TEXT |
Modifier and Type | Field and Description |
---|---|
private int |
type |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
static JdsFieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JdsFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdsFieldType FLOAT
public static final JdsFieldType INT
public static final JdsFieldType DOUBLE
public static final JdsFieldType LONG
public static final JdsFieldType TEXT
public static final JdsFieldType DATE_TIME
public static final JdsFieldType ARRAY_FLOAT
public static final JdsFieldType ARRAY_INT
public static final JdsFieldType ARRAY_DOUBLE
public static final JdsFieldType ARRAY_LONG
public static final JdsFieldType ARRAY_TEXT
public static final JdsFieldType ARRAY_DATE_TIME
public static final JdsFieldType ENUM_TEXT
public static final JdsFieldType BOOLEAN
public static JdsFieldType[] values()
for (JdsFieldType c : JdsFieldType.values()) System.out.println(c);
public static JdsFieldType 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 int getType()