|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IDataType.DataTypes>
gr.uoa.di.madgik.execution.datatype.IDataType.DataTypes
public static enum IDataType.DataTypes
The known DataTypes.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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.
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||