Package openGql.grammar
Class BindingTableReferenceValueType
- java.lang.Object
-
- openGql.grammar.BindingTableReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BindingTableReferenceValueType>
public class BindingTableReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BindingTableReferenceValueType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameBINDING_TABLE_TYPEName of theopenGql.grammar.BindingTableReferenceValueType.bindingTableTypefield.BindingTableTypebindingTableTypestatic NameNOT_NULLName of theopenGql.grammar.BindingTableReferenceValueType.notNullfield.java.lang.BooleannotNullstatic NameTYPE_Name of theopenGql.grammar.BindingTableReferenceValueTypetype.
-
Constructor Summary
Constructors Constructor Description BindingTableReferenceValueType(BindingTableType bindingTableType, java.lang.Boolean notNull)Constructs an immutableBindingTableReferenceValueType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BindingTableReferenceValueType other)booleanequals(java.lang.Object other)inthashCode()BindingTableReferenceValueTypewithBindingTableType(BindingTableType bindingTableType)Returns a copy of thisBindingTableReferenceValueTypewithbindingTableTypereplaced.BindingTableReferenceValueTypewithNotNull(java.lang.Boolean notNull)Returns a copy of thisBindingTableReferenceValueTypewithnotNullreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.BindingTableReferenceValueTypetype.
-
BINDING_TABLE_TYPE
public static final Name BINDING_TABLE_TYPE
Name of theopenGql.grammar.BindingTableReferenceValueType.bindingTableTypefield.
-
NOT_NULL
public static final Name NOT_NULL
Name of theopenGql.grammar.BindingTableReferenceValueType.notNullfield.
-
bindingTableType
public final BindingTableType bindingTableType
-
notNull
public final java.lang.Boolean notNull
-
-
Constructor Detail
-
BindingTableReferenceValueType
public BindingTableReferenceValueType(BindingTableType bindingTableType, java.lang.Boolean notNull)
Constructs an immutableBindingTableReferenceValueType.
-
-
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(BindingTableReferenceValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<BindingTableReferenceValueType>
-
withBindingTableType
public BindingTableReferenceValueType withBindingTableType(BindingTableType bindingTableType)
Returns a copy of thisBindingTableReferenceValueTypewithbindingTableTypereplaced.
-
withNotNull
public BindingTableReferenceValueType withNotNull(java.lang.Boolean notNull)
Returns a copy of thisBindingTableReferenceValueTypewithnotNullreplaced.
-
-