Package openGql.grammar
Class TimeType
- java.lang.Object
-
- openGql.grammar.TimeType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TimeType>
- Direct Known Subclasses:
TimeType.TimeWithTimeZone,TimeType.ZonedTime
public abstract class TimeType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TimeType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeType.PartialVisitor<R>Partial visitor overTimeTypewith a defaultTimeType.PartialVisitor.otherwise(openGql.grammar.TimeType)branch.static classTimeType.TimeWithTimeZonestatic interfaceTimeType.Visitor<R>Visitor overTimeType.static classTimeType.ZonedTime
-
Field Summary
Fields Modifier and Type Field Description static NameTIME_WITH_TIME_ZONEName of theopenGql.grammar.TimeType.timeWithTimeZonefield.static NameTYPE_Name of theopenGql.grammar.TimeTypetype.static NameZONED_TIMEName of theopenGql.grammar.TimeType.zonedTimefield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(TimeType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.TimeTypetype.
-
ZONED_TIME
public static final Name ZONED_TIME
Name of theopenGql.grammar.TimeType.zonedTimefield.
-
TIME_WITH_TIME_ZONE
public static final Name TIME_WITH_TIME_ZONE
Name of theopenGql.grammar.TimeType.timeWithTimeZonefield.
-
-
Method Detail
-
accept
public abstract <R> R accept(TimeType.Visitor<R> visitor)
Dispatch tovisitor.
-
-