Package openGql.grammar
Class SmallIntType
- java.lang.Object
-
- openGql.grammar.SmallIntType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SmallIntType>
public class SmallIntType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SmallIntType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmallIntType(java.lang.Boolean notNull)Constructs an immutableSmallIntType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SmallIntType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
SmallIntType
public SmallIntType(java.lang.Boolean notNull)
Constructs an immutableSmallIntType.
-
-
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(SmallIntType other)
- Specified by:
compareToin interfacejava.lang.Comparable<SmallIntType>
-
-