Package hydra.ext.cypher.openCypher
Class Query.Standalone
- java.lang.Object
-
- hydra.ext.cypher.openCypher.Query
-
- hydra.ext.cypher.openCypher.Query.Standalone
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Query
public static final class Query.Standalone extends Query implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.cypher.openCypher.Query
Query.PartialVisitor<R>, Query.Regular, Query.Standalone, Query.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description StandaloneCall
value
-
Fields inherited from class hydra.ext.cypher.openCypher.Query
FIELD_NAME_REGULAR, FIELD_NAME_STANDALONE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Standalone(StandaloneCall value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Query.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final StandaloneCall value
-
-
Constructor Detail
-
Standalone
public Standalone(StandaloneCall 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(Query.Visitor<R> visitor)
-
-