Package openGql.grammar
Class SessionSetCommand
- java.lang.Object
-
- openGql.grammar.SessionSetCommand
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SessionSetCommand>
- Direct Known Subclasses:
SessionSetCommand.Graph,SessionSetCommand.Parameter,SessionSetCommand.Schema,SessionSetCommand.TimeZone
public abstract class SessionSetCommand extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SessionSetCommand>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionSetCommand.Graphstatic classSessionSetCommand.Parameterstatic interfaceSessionSetCommand.PartialVisitor<R>Partial visitor overSessionSetCommandwith a defaultSessionSetCommand.PartialVisitor.otherwise(openGql.grammar.SessionSetCommand)branch.static classSessionSetCommand.Schemastatic classSessionSetCommand.TimeZonestatic interfaceSessionSetCommand.Visitor<R>Visitor overSessionSetCommand.
-
Field Summary
Fields Modifier and Type Field Description static NameGRAPHName of theopenGql.grammar.SessionSetCommand.graphfield.static NamePARAMETERName of theopenGql.grammar.SessionSetCommand.parameterfield.static NameSCHEMAName of theopenGql.grammar.SessionSetCommand.schemafield.static NameTIME_ZONEName of theopenGql.grammar.SessionSetCommand.timeZonefield.static NameTYPE_Name of theopenGql.grammar.SessionSetCommandtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(SessionSetCommand.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.SessionSetCommandtype.
-
SCHEMA
public static final Name SCHEMA
Name of theopenGql.grammar.SessionSetCommand.schemafield.
-
GRAPH
public static final Name GRAPH
Name of theopenGql.grammar.SessionSetCommand.graphfield.
-
TIME_ZONE
public static final Name TIME_ZONE
Name of theopenGql.grammar.SessionSetCommand.timeZonefield.
-
PARAMETER
public static final Name PARAMETER
Name of theopenGql.grammar.SessionSetCommand.parameterfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(SessionSetCommand.Visitor<R> visitor)
Dispatch tovisitor.
-
-