Package openGql.grammar
Class SessionResetArguments.ParametersOrCharacteristics
- java.lang.Object
-
- openGql.grammar.SessionResetArguments
-
- openGql.grammar.SessionResetArguments.ParametersOrCharacteristics
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SessionResetArguments>
- Enclosing class:
- SessionResetArguments
public static final class SessionResetArguments.ParametersOrCharacteristics 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 Modifier and Type Field Description AllParametersOrCharacteristicsvalue-
Fields inherited from class openGql.grammar.SessionResetArguments
GRAPH, PARAMETER_SESSION_SPECIFICATION, PARAMETERS_OR_CHARACTERISTICS, SCHEMA, TIME_ZONE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description ParametersOrCharacteristics(AllParametersOrCharacteristics value)Constructs an immutableSessionResetArguments.ParametersOrCharacteristics.
-
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()
-
-
-
Field Detail
-
value
public final AllParametersOrCharacteristics value
-
-
Constructor Detail
-
ParametersOrCharacteristics
public ParametersOrCharacteristics(AllParametersOrCharacteristics value)
Constructs an immutableSessionResetArguments.ParametersOrCharacteristics.
-
-
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
-
-