Package openGql.grammar
Class SessionResetArguments
- java.lang.Object
-
- openGql.grammar.SessionResetArguments
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SessionResetArguments>
- Direct Known Subclasses:
SessionResetArguments.Graph,SessionResetArguments.ParameterSessionSpecification,SessionResetArguments.ParametersOrCharacteristics,SessionResetArguments.Schema,SessionResetArguments.TimeZone
public abstract class SessionResetArguments extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SessionResetArguments>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionResetArguments.Graphstatic classSessionResetArguments.ParameterSessionSpecificationstatic classSessionResetArguments.ParametersOrCharacteristicsstatic interfaceSessionResetArguments.PartialVisitor<R>Partial visitor overSessionResetArgumentswith a defaultSessionResetArguments.PartialVisitor.otherwise(openGql.grammar.SessionResetArguments)branch.static classSessionResetArguments.Schemastatic classSessionResetArguments.TimeZonestatic interfaceSessionResetArguments.Visitor<R>Visitor overSessionResetArguments.
-
Field Summary
Fields Modifier and Type Field Description static NameGRAPHName of theopenGql.grammar.SessionResetArguments.graphfield.static NamePARAMETER_SESSION_SPECIFICATIONName of theopenGql.grammar.SessionResetArguments.parameterSessionSpecificationfield.static NamePARAMETERS_OR_CHARACTERISTICSName of theopenGql.grammar.SessionResetArguments.parametersOrCharacteristicsfield.static NameSCHEMAName of theopenGql.grammar.SessionResetArguments.schemafield.static NameTIME_ZONEName of theopenGql.grammar.SessionResetArguments.timeZonefield.static NameTYPE_Name of theopenGql.grammar.SessionResetArgumentstype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(SessionResetArguments.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.SessionResetArgumentstype.
-
PARAMETERS_OR_CHARACTERISTICS
public static final Name PARAMETERS_OR_CHARACTERISTICS
Name of theopenGql.grammar.SessionResetArguments.parametersOrCharacteristicsfield.
-
SCHEMA
public static final Name SCHEMA
Name of theopenGql.grammar.SessionResetArguments.schemafield.
-
GRAPH
public static final Name GRAPH
Name of theopenGql.grammar.SessionResetArguments.graphfield.
-
TIME_ZONE
public static final Name TIME_ZONE
Name of theopenGql.grammar.SessionResetArguments.timeZonefield.
-
PARAMETER_SESSION_SPECIFICATION
public static final Name PARAMETER_SESSION_SPECIFICATION
Name of theopenGql.grammar.SessionResetArguments.parameterSessionSpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(SessionResetArguments.Visitor<R> visitor)
Dispatch tovisitor.
-
-