static enum RowsetDefinition.Type extends Enum<RowsetDefinition.Type>
Enum Constant and Description |
---|
Array |
Boolean |
DateTime |
Enumeration |
EnumerationArray |
EnumString |
Integer |
Long |
Rowset |
Short |
String |
StringArray |
StringSometimesArray |
UnsignedInteger |
UnsignedLong |
UnsignedShort |
UUID |
Modifier and Type | Field and Description |
---|---|
String |
columnType |
Modifier and Type | Method and Description |
---|---|
(package private) String |
getName() |
(package private) boolean |
isEnum() |
static RowsetDefinition.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowsetDefinition.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowsetDefinition.Type String
public static final RowsetDefinition.Type StringArray
public static final RowsetDefinition.Type Array
public static final RowsetDefinition.Type Enumeration
public static final RowsetDefinition.Type EnumerationArray
public static final RowsetDefinition.Type EnumString
public static final RowsetDefinition.Type Boolean
public static final RowsetDefinition.Type StringSometimesArray
public static final RowsetDefinition.Type Integer
public static final RowsetDefinition.Type UnsignedInteger
public static final RowsetDefinition.Type DateTime
public static final RowsetDefinition.Type Rowset
public static final RowsetDefinition.Type Short
public static final RowsetDefinition.Type UUID
public static final RowsetDefinition.Type UnsignedShort
public static final RowsetDefinition.Type Long
public static final RowsetDefinition.Type UnsignedLong
public final String columnType
public static RowsetDefinition.Type[] values()
for (RowsetDefinition.Type c : RowsetDefinition.Type.values()) System.out.println(c);
public static RowsetDefinition.Type 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 nullboolean isEnum()
String getName()