Package openGql.grammar
Class SignedVerboseBinaryExactNumericType
- java.lang.Object
-
- openGql.grammar.SignedVerboseBinaryExactNumericType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SignedVerboseBinaryExactNumericType>
public class SignedVerboseBinaryExactNumericType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SignedVerboseBinaryExactNumericType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Booleansignedstatic NameSIGNEDName of theopenGql.grammar.SignedVerboseBinaryExactNumericType.signedfield.static NameTYPE_Name of theopenGql.grammar.SignedVerboseBinaryExactNumericTypetype.static NameVERBOSE_TYPEName of theopenGql.grammar.SignedVerboseBinaryExactNumericType.verboseTypefield.VerboseBinaryExactNumericTypeverboseType
-
Constructor Summary
Constructors Constructor Description SignedVerboseBinaryExactNumericType(java.lang.Boolean signed, VerboseBinaryExactNumericType verboseType)Constructs an immutableSignedVerboseBinaryExactNumericType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SignedVerboseBinaryExactNumericType other)booleanequals(java.lang.Object other)inthashCode()SignedVerboseBinaryExactNumericTypewithSigned(java.lang.Boolean signed)Returns a copy of thisSignedVerboseBinaryExactNumericTypewithsignedreplaced.SignedVerboseBinaryExactNumericTypewithVerboseType(VerboseBinaryExactNumericType verboseType)Returns a copy of thisSignedVerboseBinaryExactNumericTypewithverboseTypereplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.SignedVerboseBinaryExactNumericTypetype.
-
SIGNED
public static final Name SIGNED
Name of theopenGql.grammar.SignedVerboseBinaryExactNumericType.signedfield.
-
VERBOSE_TYPE
public static final Name VERBOSE_TYPE
Name of theopenGql.grammar.SignedVerboseBinaryExactNumericType.verboseTypefield.
-
signed
public final java.lang.Boolean signed
-
verboseType
public final VerboseBinaryExactNumericType verboseType
-
-
Constructor Detail
-
SignedVerboseBinaryExactNumericType
public SignedVerboseBinaryExactNumericType(java.lang.Boolean signed, VerboseBinaryExactNumericType verboseType)Constructs an immutableSignedVerboseBinaryExactNumericType.
-
-
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(SignedVerboseBinaryExactNumericType other)
- Specified by:
compareToin interfacejava.lang.Comparable<SignedVerboseBinaryExactNumericType>
-
withSigned
public SignedVerboseBinaryExactNumericType withSigned(java.lang.Boolean signed)
Returns a copy of thisSignedVerboseBinaryExactNumericTypewithsignedreplaced.
-
withVerboseType
public SignedVerboseBinaryExactNumericType withVerboseType(VerboseBinaryExactNumericType verboseType)
Returns a copy of thisSignedVerboseBinaryExactNumericTypewithverboseTypereplaced.
-
-