Package openGql.grammar
Class GraphReferenceValueType
- java.lang.Object
-
- openGql.grammar.GraphReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GraphReferenceValueType>
- Direct Known Subclasses:
GraphReferenceValueType.Closed,GraphReferenceValueType.Open
public abstract class GraphReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<GraphReferenceValueType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphReferenceValueType.Closedstatic classGraphReferenceValueType.Openstatic interfaceGraphReferenceValueType.PartialVisitor<R>Partial visitor overGraphReferenceValueTypewith a defaultGraphReferenceValueType.PartialVisitor.otherwise(openGql.grammar.GraphReferenceValueType)branch.static interfaceGraphReferenceValueType.Visitor<R>Visitor overGraphReferenceValueType.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(GraphReferenceValueType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.GraphReferenceValueTypetype.
-
OPEN
public static final Name OPEN
Name of theopenGql.grammar.GraphReferenceValueType.openfield.
-
CLOSED
public static final Name CLOSED
Name of theopenGql.grammar.GraphReferenceValueType.closedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(GraphReferenceValueType.Visitor<R> visitor)
Dispatch tovisitor.
-
-