Package hydra.ext.cypher.openCypher
Class UpdatingClause.Delete
- java.lang.Object
-
- hydra.ext.cypher.openCypher.UpdatingClause
-
- hydra.ext.cypher.openCypher.UpdatingClause.Delete
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- UpdatingClause
public static final class UpdatingClause.Delete extends UpdatingClause implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.cypher.openCypher.UpdatingClause
UpdatingClause.Create, UpdatingClause.Delete, UpdatingClause.Merge, UpdatingClause.PartialVisitor<R>, UpdatingClause.Remove, UpdatingClause.Set, UpdatingClause.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Delete
value
-
Fields inherited from class hydra.ext.cypher.openCypher.UpdatingClause
FIELD_NAME_CREATE, FIELD_NAME_DELETE, FIELD_NAME_MERGE, FIELD_NAME_REMOVE, FIELD_NAME_SET, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(UpdatingClause.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final Delete value
-
-
Constructor Detail
-
Delete
public Delete(Delete value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(UpdatingClause.Visitor<R> visitor)
- Specified by:
accept
in classUpdatingClause
-
-