public static enum Type.Types extends Enum<Type.Types>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE |
FLOAT |
INTEGER |
LONG |
STRING |
TEXT |
TIME |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue() |
Class |
getJavaClass() |
List<String> |
getListSqlTypes() |
String |
getReflectionMethodGet() |
String |
getReflectionMethodSet() |
String |
getSpecificFunction() |
String |
getValue() |
void |
setListSqlTypes(List<String> listSqlTypes) |
void |
setSpecificFunction(String functionName) |
void |
setType(String dbType) |
static Type.Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type.Types INTEGER
public static final Type.Types STRING
public static final Type.Types TEXT
public static final Type.Types FLOAT
public static final Type.Types DATE
public static final Type.Types TIME
public static final Type.Types TIMESTAMP
public static final Type.Types LONG
public static final Type.Types BOOLEAN
public static Type.Types[] values()
for (Type.Types c : Type.Types.values()) System.out.println(c);
public static Type.Types 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 nullpublic Object getDefaultValue()
public String getReflectionMethodSet()
public String getReflectionMethodGet()
public void setType(String dbType)
public Class getJavaClass()
public String getValue()
public void setSpecificFunction(String functionName)
public String getSpecificFunction()
Copyright © 2014. All Rights Reserved.