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