Package openGql.grammar
Class GraphReferenceValueType.Open
- java.lang.Object
-
- openGql.grammar.GraphReferenceValueType
-
- openGql.grammar.GraphReferenceValueType.Open
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GraphReferenceValueType>
- Enclosing class:
- GraphReferenceValueType
public static final class GraphReferenceValueType.Open extends GraphReferenceValueType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.GraphReferenceValueType
GraphReferenceValueType.Closed, GraphReferenceValueType.Open, GraphReferenceValueType.PartialVisitor<R>, GraphReferenceValueType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description OpenGraphReferenceValueTypevalue-
Fields inherited from class openGql.grammar.GraphReferenceValueType
CLOSED, OPEN, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Open(OpenGraphReferenceValueType value)Constructs an immutableGraphReferenceValueType.Open.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(GraphReferenceValueType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(GraphReferenceValueType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final OpenGraphReferenceValueType value
-
-
Constructor Detail
-
Open
public Open(OpenGraphReferenceValueType value)
Constructs an immutableGraphReferenceValueType.Open.
-
-
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(GraphReferenceValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<GraphReferenceValueType>
-
accept
public <R> R accept(GraphReferenceValueType.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classGraphReferenceValueType
-
-