public enum LASKeyType extends Enum<LASKeyType>
| Enum Constant and Description |
|---|
ACL |
ARRAY |
BOOLEAN |
BYTES |
DATE |
FILE |
GEOPOINT |
NUMBER |
OBJECT |
POINTER |
RELATION |
STRING |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_OBJECT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
v() |
static LASKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LASKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LASKeyType STRING
public static final LASKeyType NUMBER
public static final LASKeyType BOOLEAN
public static final LASKeyType DATE
public static final LASKeyType FILE
public static final LASKeyType ARRAY
public static final LASKeyType OBJECT
public static final LASKeyType GEOPOINT
public static final LASKeyType POINTER
public static final LASKeyType RELATION
public static final LASKeyType ACL
public static final LASKeyType BYTES
public static final String KEY_OBJECT_TYPE
public static LASKeyType[] values()
for (LASKeyType c : LASKeyType.values()) System.out.println(c);
public static LASKeyType 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 v()
Copyright © 2015. All rights reserved.