public static enum Value.Kind extends Enum<Value.Kind>
| Enum Constant and Description |
|---|
Boolean |
ByteArray |
Collection |
CString |
Empty |
Integer |
Iri |
Name |
NamedCollection |
Null |
Object |
Oid |
OpenType |
Real |
TemplateInstance |
Time |
| Modifier and Type | Method and Description |
|---|---|
static Value.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Value.Kind Boolean
public static final Value.Kind ByteArray
public static final Value.Kind CString
public static final Value.Kind Collection
public static final Value.Kind Empty
public static final Value.Kind Integer
public static final Value.Kind Iri
public static final Value.Kind Name
public static final Value.Kind NamedCollection
public static final Value.Kind Null
public static final Value.Kind Object
public static final Value.Kind Oid
public static final Value.Kind OpenType
public static final Value.Kind Real
public static final Value.Kind TemplateInstance
public static final Value.Kind Time
public static Value.Kind[] values()
for (Value.Kind c : Value.Kind.values()) System.out.println(c);
public static Value.Kind 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 nullCopyright © 2017. All rights reserved.