Package hydra.cypher.openCypher
Class RemoveItem
- java.lang.Object
-
- hydra.cypher.openCypher.RemoveItem
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<RemoveItem>
- Direct Known Subclasses:
RemoveItem.Property,RemoveItem.VariableLabels
public abstract class RemoveItem extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<RemoveItem>
One item of a REMOVE clause- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRemoveItem.PartialVisitor<R>Partial visitor overRemoveItemwith a defaultRemoveItem.PartialVisitor.otherwise(hydra.cypher.openCypher.RemoveItem)branch.static classRemoveItem.Propertystatic classRemoveItem.VariableLabelsstatic interfaceRemoveItem.Visitor<R>Visitor overRemoveItem.
-
Field Summary
Fields Modifier and Type Field Description static NamePROPERTYName of thehydra.cypher.openCypher.RemoveItem.propertyfield.static NameTYPE_Name of thehydra.cypher.openCypher.RemoveItemtype.static NameVARIABLE_LABELSName of thehydra.cypher.openCypher.RemoveItem.variableLabelsfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(RemoveItem.Visitor<R> visitor)Dispatch tovisitor.abstract inthydraOrdinal()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.cypher.openCypher.RemoveItemtype.
-
VARIABLE_LABELS
public static final Name VARIABLE_LABELS
Name of thehydra.cypher.openCypher.RemoveItem.variableLabelsfield.
-
PROPERTY
public static final Name PROPERTY
Name of thehydra.cypher.openCypher.RemoveItem.propertyfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(RemoveItem.Visitor<R> visitor)
Dispatch tovisitor.
-
hydraOrdinal
public abstract int hydraOrdinal()
-
-