public static enum OrientDBType.OType extends Enum<OrientDBType.OType>
| Enum Constant and Description |
|---|
BINARY |
BOOLEAN |
BYNARY |
BYTE |
DATETIME |
DOUBLE |
FLOAT |
INTEGER |
LONG |
PROPERTY |
PROPERTYLIST |
PROPERTYMAP |
PROPERTYSET |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
String |
getStringValue() |
static OrientDBType.OType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientDBType.OType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrientDBType.OType BOOLEAN
public static final OrientDBType.OType INTEGER
public static final OrientDBType.OType SHORT
public static final OrientDBType.OType LONG
public static final OrientDBType.OType FLOAT
public static final OrientDBType.OType DOUBLE
public static final OrientDBType.OType DATETIME
public static final OrientDBType.OType STRING
public static final OrientDBType.OType BYNARY
public static final OrientDBType.OType PROPERTY
public static final OrientDBType.OType PROPERTYLIST
public static final OrientDBType.OType PROPERTYSET
public static final OrientDBType.OType PROPERTYMAP
public static final OrientDBType.OType BYTE
public static final OrientDBType.OType BINARY
public static OrientDBType.OType[] values()
for (OrientDBType.OType c : OrientDBType.OType.values()) System.out.println(c);
public static OrientDBType.OType 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 String getStringValue()
public int getIntValue()
Copyright © 2020. All Rights Reserved.