@Deprecated public class PropertyKeyDefinition extends RelationTypeDefinition
| Constructor and Description |
|---|
PropertyKeyDefinition(PropertyKey key)
Deprecated.
|
PropertyKeyDefinition(String name,
long id,
Cardinality cardinality,
Class dataType)
Deprecated.
|
PropertyKeyDefinition(String name,
long id,
Multiplicity multiplicity,
Class dataType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDataType()
Deprecated.
|
boolean |
isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
Deprecated.
|
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–2023. All rights reserved.