public static enum Schema.EdgeProperty extends Enum<Schema.EdgeProperty>
| Enum Constant and Description |
|---|
FROM_ID |
FROM_ROLE |
FROM_TYPE |
RELATION_ID |
RELATION_TYPE_ID |
ROLE_TYPE |
SHORTCUT_HASH |
TO_ID |
TO_ROLE |
TO_TYPE |
| 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
public static final Schema.EdgeProperty RELATION_ID
public static final Schema.EdgeProperty RELATION_TYPE_ID
public static final Schema.EdgeProperty TO_ID
public static final Schema.EdgeProperty TO_ROLE
public static final Schema.EdgeProperty TO_TYPE
public static final Schema.EdgeProperty FROM_ID
public static final Schema.EdgeProperty FROM_ROLE
public static final Schema.EdgeProperty FROM_TYPE
public static final Schema.EdgeProperty SHORTCUT_HASH
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 nullpublic Class getDataType()
Copyright © 2016. All rights reserved.