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