public enum DynamicStore extends Enum<DynamicStore>
| Enum Constant and Description |
|---|
ARRAY |
LABEL |
NODE_LABEL |
PROPERTY_KEY |
RELATIONSHIP_TYPE |
SCHEMA |
STRING |
| Modifier and Type | Field and Description |
|---|---|
RecordType |
type |
| Modifier and Type | Method and Description |
|---|---|
static DynamicStore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicStore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicStore SCHEMA
public static final DynamicStore STRING
public static final DynamicStore ARRAY
public static final DynamicStore PROPERTY_KEY
public static final DynamicStore RELATIONSHIP_TYPE
public static final DynamicStore LABEL
public static final DynamicStore NODE_LABEL
public final RecordType type
public static DynamicStore[] values()
for (DynamicStore c : DynamicStore.values()) System.out.println(c);
public static DynamicStore 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 © 2002–2016 The Neo4j Graph Database Project. All rights reserved.