public enum Type extends Enum<Type>
PropertyValue| Enum Constant and Description |
|---|
BIG_DECIMAL
BigDecimal type
|
BOOLEAN
Boolean type
|
DATE
Date type
|
DATE_TIME
DateTime type
|
DOUBLE
Double type
|
FLOAT
Float type
|
GRADOOP_ID
GradoopId type
|
INTEGER
Integer type
|
LIST
List type
|
LONG
Long type
|
MAP
Map type
|
NULL
Null type
|
SET
Set type
|
SHORT
Short type
|
STRING
String type
|
TIME
Time type
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getTypeByte()
Returns the byte representation.
|
String |
toString()
Returns the string representation.
|
static Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type NULL
public static final Type BOOLEAN
public static final Type INTEGER
public static final Type LONG
public static final Type FLOAT
public static final Type DOUBLE
public static final Type STRING
public static final Type BIG_DECIMAL
public static final Type GRADOOP_ID
public static final Type MAP
public static final Type LIST
public static final Type DATE
public static final Type TIME
public static final Type DATE_TIME
public static final Type SHORT
public static final Type SET
public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static Type 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 byte getTypeByte()
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.