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