public enum RecordType extends Enum<RecordType>
| Enum Constant and Description |
|---|
ARRAY_PROPERTY |
COUNTS |
INDEX |
LABEL |
LABEL_NAME |
LABEL_SCAN_DOCUMENT |
NEO_STORE |
NODE |
NODE_DYNAMIC_LABEL |
PROPERTY |
PROPERTY_KEY |
PROPERTY_KEY_NAME |
RELATIONSHIP |
RELATIONSHIP_GROUP |
RELATIONSHIP_TYPE |
RELATIONSHIP_TYPE_NAME |
SCHEMA |
STRING_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordType NEO_STORE
public static final RecordType SCHEMA
public static final RecordType NODE
public static final RecordType PROPERTY
public static final RecordType PROPERTY_KEY
public static final RecordType PROPERTY_KEY_NAME
public static final RecordType STRING_PROPERTY
public static final RecordType ARRAY_PROPERTY
public static final RecordType RELATIONSHIP
public static final RecordType RELATIONSHIP_TYPE
public static final RecordType RELATIONSHIP_TYPE_NAME
public static final RecordType RELATIONSHIP_GROUP
public static final RecordType LABEL
public static final RecordType LABEL_NAME
public static final RecordType NODE_DYNAMIC_LABEL
public static final RecordType LABEL_SCAN_DOCUMENT
public static final RecordType INDEX
public static final RecordType COUNTS
public static RecordType[] values()
for (RecordType c : RecordType.values()) System.out.println(c);
public static RecordType 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.