Class VertexPropertyFeatures
- java.lang.Object
-
- hydra.ext.org.apache.tinkerpop.features.VertexPropertyFeatures
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<VertexPropertyFeatures>
public class VertexPropertyFeatures extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<VertexPropertyFeatures>
Features that are related to Vertex Property objects.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameDATA_TYPE_FEATURESDataTypeFeaturesdataTypeFeaturesstatic NameELEMENT_FEATURESElementFeatureselementFeaturesstatic NamePROPERTY_FEATURESPropertyFeaturespropertyFeaturesstatic NameSUPPORTS_REMOVEjava.lang.BooleansupportsRemoveDetermines if a VertexProperty allows properties to be removed.static NameTYPE_
-
Constructor Summary
Constructors Constructor Description VertexPropertyFeatures(DataTypeFeatures dataTypeFeatures, PropertyFeatures propertyFeatures, ElementFeatures elementFeatures, java.lang.Boolean supportsRemove)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(VertexPropertyFeatures other)booleanequals(java.lang.Object other)inthashCode()VertexPropertyFeatureswithDataTypeFeatures(DataTypeFeatures dataTypeFeatures)VertexPropertyFeatureswithElementFeatures(ElementFeatures elementFeatures)VertexPropertyFeatureswithPropertyFeatures(PropertyFeatures propertyFeatures)VertexPropertyFeatureswithSupportsRemove(java.lang.Boolean supportsRemove)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
DATA_TYPE_FEATURES
public static final Name DATA_TYPE_FEATURES
-
PROPERTY_FEATURES
public static final Name PROPERTY_FEATURES
-
ELEMENT_FEATURES
public static final Name ELEMENT_FEATURES
-
SUPPORTS_REMOVE
public static final Name SUPPORTS_REMOVE
-
dataTypeFeatures
public final DataTypeFeatures dataTypeFeatures
-
propertyFeatures
public final PropertyFeatures propertyFeatures
-
elementFeatures
public final ElementFeatures elementFeatures
-
supportsRemove
public final java.lang.Boolean supportsRemove
Determines if a VertexProperty allows properties to be removed.
-
-
Constructor Detail
-
VertexPropertyFeatures
public VertexPropertyFeatures(DataTypeFeatures dataTypeFeatures, PropertyFeatures propertyFeatures, ElementFeatures elementFeatures, java.lang.Boolean supportsRemove)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(VertexPropertyFeatures other)
- Specified by:
compareToin interfacejava.lang.Comparable<VertexPropertyFeatures>
-
withDataTypeFeatures
public VertexPropertyFeatures withDataTypeFeatures(DataTypeFeatures dataTypeFeatures)
-
withPropertyFeatures
public VertexPropertyFeatures withPropertyFeatures(PropertyFeatures propertyFeatures)
-
withElementFeatures
public VertexPropertyFeatures withElementFeatures(ElementFeatures elementFeatures)
-
withSupportsRemove
public VertexPropertyFeatures withSupportsRemove(java.lang.Boolean supportsRemove)
-
-