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