|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AttributeType> com.hazelcast.query.impl.AttributeType
public enum AttributeType
Type of Attribute
Enum Constant Summary | |
---|---|
BIG_DECIMAL
Big Decimal |
|
BIG_INTEGER
Big Integer |
|
BOOLEAN
Boolean |
|
BYTE
Byte |
|
CHAR
Char |
|
DATE
Date |
|
DOUBLE
Double |
|
ENUM
Enum |
|
FLOAT
Float |
|
INTEGER
Integer |
|
LONG
Long |
|
SHORT
Short |
|
SQL_DATE
Sql Date |
|
SQL_TIMESTAMP
Sql Time Stamp |
|
STRING
String |
|
UUID
UUID |
Method Summary | |
---|---|
TypeConverters.TypeConverter |
getConverter()
|
static AttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttributeType[] |
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 AttributeType DOUBLE
public static final AttributeType LONG
public static final AttributeType SHORT
public static final AttributeType BOOLEAN
public static final AttributeType BYTE
public static final AttributeType STRING
public static final AttributeType FLOAT
public static final AttributeType CHAR
public static final AttributeType INTEGER
public static final AttributeType ENUM
public static final AttributeType BIG_INTEGER
public static final AttributeType BIG_DECIMAL
public static final AttributeType SQL_TIMESTAMP
public static final AttributeType SQL_DATE
public static final AttributeType DATE
public static final AttributeType UUID
Method Detail |
---|
public static AttributeType[] values()
for (AttributeType c : AttributeType.values()) System.out.println(c);
public static AttributeType 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 nullpublic TypeConverters.TypeConverter getConverter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |