Package openGql.grammar
Class DateType
- java.lang.Object
-
- openGql.grammar.DateType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DateType>
public class DateType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<DateType>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DateType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
DateType
public DateType(java.lang.Boolean notNull)
Constructs an immutableDateType.
-
-