public static enum PropertyType.PrimitiveDataType extends java.lang.Enum<PropertyType.PrimitiveDataType>
Enum Constant and Description |
---|
BIGDECIMAL |
BIGINT |
BINARY |
BOOLEAN |
BYTE |
CARTESIANPOINT |
CHAR |
DATETIME |
DOUBLE |
DURATION |
FLOAT |
GEOGRAPHICPOINT |
INT |
LIST |
LOCALDATE |
LOCALDATETIME |
LOCALTIME |
LONG |
MAP |
SET |
SHORT |
STRING |
UINT |
ZONEDDATETIME |
ZONEDTIME |
Modifier and Type | Method and Description |
---|---|
static PropertyType.PrimitiveDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType.PrimitiveDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyType.PrimitiveDataType BYTE
public static final PropertyType.PrimitiveDataType SHORT
public static final PropertyType.PrimitiveDataType INT
public static final PropertyType.PrimitiveDataType UINT
public static final PropertyType.PrimitiveDataType LONG
public static final PropertyType.PrimitiveDataType FLOAT
public static final PropertyType.PrimitiveDataType DOUBLE
public static final PropertyType.PrimitiveDataType BIGINT
public static final PropertyType.PrimitiveDataType BIGDECIMAL
public static final PropertyType.PrimitiveDataType CHAR
public static final PropertyType.PrimitiveDataType STRING
public static final PropertyType.PrimitiveDataType BOOLEAN
public static final PropertyType.PrimitiveDataType LOCALDATE
public static final PropertyType.PrimitiveDataType LOCALTIME
public static final PropertyType.PrimitiveDataType LOCALDATETIME
public static final PropertyType.PrimitiveDataType ZONEDTIME
public static final PropertyType.PrimitiveDataType ZONEDDATETIME
public static final PropertyType.PrimitiveDataType DURATION
public static final PropertyType.PrimitiveDataType DATETIME
public static final PropertyType.PrimitiveDataType BINARY
public static final PropertyType.PrimitiveDataType GEOGRAPHICPOINT
public static final PropertyType.PrimitiveDataType CARTESIANPOINT
public static final PropertyType.PrimitiveDataType LIST
public static final PropertyType.PrimitiveDataType SET
public static final PropertyType.PrimitiveDataType MAP
public static PropertyType.PrimitiveDataType[] values()
for (PropertyType.PrimitiveDataType c : PropertyType.PrimitiveDataType.values()) System.out.println(c);
public static PropertyType.PrimitiveDataType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null