public enum AttributeType extends Enum<AttributeType>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic TypeConverter getConverter()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.