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