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