public static enum Type.OType extends Enum<Type.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 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 PROPERTY
public static final Type.OType PROPERTYLIST
public static final Type.OType PROPERTYSET
public static final Type.OType PROPERTYMAP
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 nullpublic String getStringValue()
public int getIntValue()
Copyright © 2019. All Rights Reserved.