public class BaseKey extends BaseRelationType implements PropertyKey
| Modifier and Type | Field and Description |
|---|---|
static BaseKey |
SchemaCategory |
static BaseKey |
SchemaDefinitionDesc |
static BaseKey |
SchemaDefinitionProperty |
static BaseKey |
SchemaName |
static BaseKey |
SchemaUpdateTime |
static BaseKey |
VertexExists |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
cardinality()
The
Cardinality of this property key. |
Class<?> |
dataType()
Returns the data type for this property key.
|
Iterable<IndexType> |
getKeyIndexes() |
boolean |
isEdgeLabel()
Checks if this relation type is an edge label
|
boolean |
isPropertyKey()
Checks if this relation type is a property key
|
boolean |
isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir) |
Multiplicity |
multiplicity() |
getConsistencyModifier, hasId, isInvisibleType, longId, name, setIdgetBaseType, getRelationIndexes, getSignature, getSortKey, getSortOrder, getStatus, getTTL, isInvisible, toStringaddEdge, addRelation, edges, getAddedRelations, getLifeCycle, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, id, isLoaded, isModified, isNew, isRemoved, it, label, loadRelations, properties, property, property, query, remove, removeRelation, tx, value, valueOrNull, vertexLabel, verticesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEdge, isModified, label, property, property, property, query, vertexLabelgraph, hasId, id, isLoaded, isNew, isRemoved, longId, remove, valueOrNulledges, properties, property, verticesnamegetBaseType, getRelationIndexes, getSignature, getSortKey, getSortOrder, getStatus, getTTLaddRelation, getAddedRelations, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, it, loadRelations, query, removeRelationgetLifeCycle, graph, isInvisible, txpublic static final BaseKey VertexExists
public static final BaseKey SchemaName
public static final BaseKey SchemaDefinitionProperty
public static final BaseKey SchemaCategory
public static final BaseKey SchemaDefinitionDesc
public static final BaseKey SchemaUpdateTime
public Class<?> dataType()
PropertyKeydataType in interface PropertyKeypublic final boolean isPropertyKey()
RelationTypeisPropertyKey in interface RelationTypePropertyKeypublic final boolean isEdgeLabel()
RelationTypeisEdgeLabel in interface RelationTypeEdgeLabelpublic Multiplicity multiplicity()
multiplicity in interface InternalRelationTypepublic boolean isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
isUnidirected in interface InternalRelationTypepublic Cardinality cardinality()
PropertyKeyCardinality of this property key.cardinality in interface PropertyKeypublic Iterable<IndexType> getKeyIndexes()
getKeyIndexes in interface InternalRelationTypegetKeyIndexes in class EmptyRelationTypeCopyright © 2012–2015. All rights reserved.