public class JdbcTypeCategoryEnum
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
compareTo, getEnum, getValue, toStringpublic 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
public static JdbcTypeCategoryEnum getEnum(String defaultTextRep)
defaultTextRep - The textual representationpublic static JdbcTypeCategoryEnum getEnum(int intValue)
intValue - The integer valuepublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.