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