public class PropertyKeyDefinition extends RelationTypeDefinition
| Constructor and Description |
|---|
PropertyKeyDefinition(PropertyKey key) |
PropertyKeyDefinition(String name,
long id,
Cardinality cardinality,
Class dataType) |
PropertyKeyDefinition(String name,
long id,
Multiplicity multiplicity,
Class dataType) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDataType() |
boolean |
isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir) |
getCardinality, getMultiplicitypublic PropertyKeyDefinition(String name, long id, Cardinality cardinality, Class dataType)
public PropertyKeyDefinition(String name, long id, Multiplicity multiplicity, Class dataType)
public PropertyKeyDefinition(PropertyKey key)
public Class<?> getDataType()
public boolean isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
isUnidirected in class RelationTypeDefinitionCopyright © 2012–2015. All rights reserved.