|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.apache.ddlutils.model.JdbcTypeCategoryEnum
Represents the different categories of jdbc types.
Field Summary | |
static JdbcTypeCategoryEnum |
BINARY
The enum value for binary jdbc types. |
static JdbcTypeCategoryEnum |
DATETIME
The enum value for date/time jdbc types. |
static JdbcTypeCategoryEnum |
NUMERIC
The enum value for numeric jdbc types. |
static JdbcTypeCategoryEnum |
OTHER
The enum value for other jdbc types. |
static JdbcTypeCategoryEnum |
SPECIAL
The enum value for special jdbc types. |
static JdbcTypeCategoryEnum |
TEXTUAL
The enum value for textual jdbc types. |
static int |
VALUE_BINARY
The integer value for the enum value for binary jdbc types. |
static int |
VALUE_DATETIME
The integer value for the enum value for date/time jdbc types. |
static int |
VALUE_NUMERIC
The integer value for the enum value for numeric jdbc types. |
static int |
VALUE_OTHER
The integer value for the enum value for all other jdbc types. |
static int |
VALUE_SPECIAL
The integer value for the enum value for special jdbc types. |
static int |
VALUE_TEXTUAL
The integer value for the enum value for textual jdbc types. |
Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
Method Summary | |
static JdbcTypeCategoryEnum |
getEnum(int intValue)
Returns the enum value that corresponds to the given integer representation. |
static JdbcTypeCategoryEnum |
getEnum(String defaultTextRep)
Returns the enum value that corresponds to the given textual representation. |
static List |
getEnumList()
Returns a list of all enum values. |
static Map |
getEnumMap()
Returns the map of enum values. |
static Iterator |
iterator()
Returns an iterator of all enum values. |
Methods inherited from class org.apache.commons.lang.enums.ValuedEnum |
compareTo, getEnum, getValue, toString |
Methods inherited from class org.apache.commons.lang.enums.Enum |
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int VALUE_NUMERIC
public static final int VALUE_DATETIME
public static final int VALUE_TEXTUAL
public static final int VALUE_BINARY
public static final int VALUE_SPECIAL
public static final int VALUE_OTHER
public static final JdbcTypeCategoryEnum NUMERIC
public static final JdbcTypeCategoryEnum DATETIME
public static final JdbcTypeCategoryEnum TEXTUAL
public static final JdbcTypeCategoryEnum BINARY
public static final JdbcTypeCategoryEnum SPECIAL
public static final JdbcTypeCategoryEnum OTHER
Method Detail |
public static JdbcTypeCategoryEnum getEnum(String defaultTextRep)
defaultTextRep
- The textual representation
public static JdbcTypeCategoryEnum getEnum(int intValue)
intValue
- The integer value
public static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |