public static enum Schema.VertexProperty extends Enum<Schema.VertexProperty>
| Enum Constant and Description |
|---|
CURRENT_SHARD |
CURRENT_TYPE_ID |
DATA_TYPE |
ID |
INDEX |
INSTANCE_TYPE_ID |
IS_ABSTRACT |
IS_IMPLICIT |
REGEX |
RULE_LHS |
RULE_RHS |
SHARD_COUNT |
TYPE_ID |
TYPE_LABEL |
VALUE_BOOLEAN |
VALUE_DATE |
VALUE_DOUBLE |
VALUE_FLOAT |
VALUE_INTEGER |
VALUE_LONG |
VALUE_STRING |
| Modifier and Type | Method and Description |
|---|---|
Class |
getDataType() |
static Schema.VertexProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.VertexProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.VertexProperty TYPE_LABEL
public static final Schema.VertexProperty INDEX
public static final Schema.VertexProperty ID
public static final Schema.VertexProperty TYPE_ID
public static final Schema.VertexProperty INSTANCE_TYPE_ID
public static final Schema.VertexProperty IS_ABSTRACT
public static final Schema.VertexProperty IS_IMPLICIT
public static final Schema.VertexProperty REGEX
public static final Schema.VertexProperty DATA_TYPE
public static final Schema.VertexProperty SHARD_COUNT
public static final Schema.VertexProperty CURRENT_TYPE_ID
public static final Schema.VertexProperty RULE_LHS
public static final Schema.VertexProperty RULE_RHS
public static final Schema.VertexProperty CURRENT_SHARD
public static final Schema.VertexProperty VALUE_STRING
public static final Schema.VertexProperty VALUE_LONG
public static final Schema.VertexProperty VALUE_DOUBLE
public static final Schema.VertexProperty VALUE_BOOLEAN
public static final Schema.VertexProperty VALUE_INTEGER
public static final Schema.VertexProperty VALUE_FLOAT
public static final Schema.VertexProperty VALUE_DATE
public static Schema.VertexProperty[] values()
for (Schema.VertexProperty c : Schema.VertexProperty.values()) System.out.println(c);
public static Schema.VertexProperty 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 null@CheckReturnValue public Class getDataType()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.