public static enum IDataType.DataTypes extends Enum<IDataType.DataTypes>
| Enum Constant and Description |
|---|
Array
Array implemented by
DataTypeArray. |
BooleanClass
Boolean class implemented by
DataTypeBooleanClass. |
BooleanPrimitive
Boolean primitive implemented by
DataTypeBooleanPrimitive. |
Convertable
Convertable implemented by
DataTypeConvertable. |
DoubleClass
Double class implemented by
DataTypeDoubleClass. |
DoublePrimitive
Double primitive implemented by
DataTypeDoublePrimitive. |
FloatClass
Float class implemented by
DataTypeFloatClass. |
FloatPrimitive
Float primitive implemented by
DataTypeFloatPrimitive. |
IntegerClass
Integer class implemented by
DataTypeIntegerClass. |
IntegerPrimitive
Integer primitive implemented by
DataTypeIntegerPrimitive. |
LongClass
Long class implemented by
DataTypeLongClass. |
LongPrimitive
Long primitive implemented by
DataTypeLongPrimitive. |
Reflectable
Reflectable implemented by
DataTypeReflectable. |
ResultSet
Result set implemented by
DataTypeResultSet. |
String
String implemented by
DataTypeString. |
| Modifier and Type | Method and Description |
|---|---|
static IDataType.DataTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDataType.DataTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDataType.DataTypes BooleanClass
DataTypeBooleanClass.public static final IDataType.DataTypes BooleanPrimitive
DataTypeBooleanPrimitive.public static final IDataType.DataTypes DoubleClass
DataTypeDoubleClass.public static final IDataType.DataTypes DoublePrimitive
DataTypeDoublePrimitive.public static final IDataType.DataTypes FloatClass
DataTypeFloatClass.public static final IDataType.DataTypes FloatPrimitive
DataTypeFloatPrimitive.public static final IDataType.DataTypes IntegerClass
DataTypeIntegerClass.public static final IDataType.DataTypes IntegerPrimitive
DataTypeIntegerPrimitive.public static final IDataType.DataTypes LongClass
DataTypeLongClass.public static final IDataType.DataTypes LongPrimitive
DataTypeLongPrimitive.public static final IDataType.DataTypes String
DataTypeString.public static final IDataType.DataTypes ResultSet
DataTypeResultSet.public static final IDataType.DataTypes Convertable
DataTypeConvertable.public static final IDataType.DataTypes Reflectable
DataTypeReflectable.public static final IDataType.DataTypes Array
DataTypeArray.public static IDataType.DataTypes[] values()
for (IDataType.DataTypes c : IDataType.DataTypes.values()) System.out.println(c);
public static IDataType.DataTypes 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 nullCopyright © 2014. All Rights Reserved.