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>
A GQL int16 type- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInt16Type.BuilderA fluent builder forInt16Type.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Int16Type.Builderbuilder()Creates a new fluent builder forInt16Type.intcompareTo(Int16Type other)booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Int16Type
public Int16Type(java.lang.Boolean notNull)
Constructs an immutableInt16Type.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(Int16Type other)
- Specified by:
compareToin interfacejava.lang.Comparable<Int16Type>
-
builder
public static Int16Type.Builder builder()
Creates a new fluent builder forInt16Type.
-
-