public static enum Schema.EdgeProperty extends Enum<Schema.EdgeProperty>
| Enum Constant and Description |
|---|
RELATION_TYPE_ID |
REQUIRED |
ROLE_TYPE_ID |
| Modifier and Type | Method and Description |
|---|---|
Class |
getDataType() |
static Schema.EdgeProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.EdgeProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.EdgeProperty ROLE_TYPE_ID
public static final Schema.EdgeProperty RELATION_TYPE_ID
public static final Schema.EdgeProperty REQUIRED
public static Schema.EdgeProperty[] values()
for (Schema.EdgeProperty c : Schema.EdgeProperty.values()) System.out.println(c);
public static Schema.EdgeProperty 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.