Package openGql.grammar
Class SessionResetArguments.Graph
- java.lang.Object
-
- openGql.grammar.SessionResetArguments
-
- openGql.grammar.SessionResetArguments.Graph
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SessionResetArguments>
- Enclosing class:
- SessionResetArguments
public static final class SessionResetArguments.Graph extends SessionResetArguments implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.SessionResetArguments
SessionResetArguments.Graph, SessionResetArguments.ParameterSessionSpecification, SessionResetArguments.ParametersOrCharacteristics, SessionResetArguments.PartialVisitor<R>, SessionResetArguments.Schema, SessionResetArguments.TimeZone, SessionResetArguments.Visitor<R>
-
-
Field Summary
-
Fields inherited from class openGql.grammar.SessionResetArguments
GRAPH, PARAMETER_SESSION_SPECIFICATION, PARAMETERS_OR_CHARACTERISTICS, SCHEMA, TIME_ZONE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Graph()Constructs an immutableSessionResetArguments.Graph.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(SessionResetArguments.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(SessionResetArguments other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Graph
public Graph()
Constructs an immutableSessionResetArguments.Graph.
-
-
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(SessionResetArguments other)
- Specified by:
compareToin interfacejava.lang.Comparable<SessionResetArguments>
-
accept
public <R> R accept(SessionResetArguments.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classSessionResetArguments
-
-