Package openGql.grammar
Class TypedBindingTableReferenceValueType
- java.lang.Object
-
- openGql.grammar.TypedBindingTableReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TypedBindingTableReferenceValueType>
public class TypedBindingTableReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TypedBindingTableReferenceValueType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameTYPE_Name of theopenGql.grammar.TypedBindingTableReferenceValueTypetype.Optional<java.lang.Void>typedstatic NameTYPEDName of theopenGql.grammar.TypedBindingTableReferenceValueType.typedfield.static NameVALUE_TYPEName of theopenGql.grammar.TypedBindingTableReferenceValueType.valueTypefield.BindingTableReferenceValueTypevalueType
-
Constructor Summary
Constructors Constructor Description TypedBindingTableReferenceValueType(Optional<java.lang.Void> typed, BindingTableReferenceValueType valueType)Constructs an immutableTypedBindingTableReferenceValueType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TypedBindingTableReferenceValueType other)booleanequals(java.lang.Object other)inthashCode()TypedBindingTableReferenceValueTypewithTyped(Optional<java.lang.Void> typed)Returns a copy of thisTypedBindingTableReferenceValueTypewithtypedreplaced.TypedBindingTableReferenceValueTypewithValueType(BindingTableReferenceValueType valueType)Returns a copy of thisTypedBindingTableReferenceValueTypewithvalueTypereplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.TypedBindingTableReferenceValueTypetype.
-
TYPED
public static final Name TYPED
Name of theopenGql.grammar.TypedBindingTableReferenceValueType.typedfield.
-
VALUE_TYPE
public static final Name VALUE_TYPE
Name of theopenGql.grammar.TypedBindingTableReferenceValueType.valueTypefield.
-
typed
public final Optional<java.lang.Void> typed
-
valueType
public final BindingTableReferenceValueType valueType
-
-
Constructor Detail
-
TypedBindingTableReferenceValueType
public TypedBindingTableReferenceValueType(Optional<java.lang.Void> typed, BindingTableReferenceValueType valueType)
Constructs an immutableTypedBindingTableReferenceValueType.
-
-
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(TypedBindingTableReferenceValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<TypedBindingTableReferenceValueType>
-
withTyped
public TypedBindingTableReferenceValueType withTyped(Optional<java.lang.Void> typed)
Returns a copy of thisTypedBindingTableReferenceValueTypewithtypedreplaced.
-
withValueType
public TypedBindingTableReferenceValueType withValueType(BindingTableReferenceValueType valueType)
Returns a copy of thisTypedBindingTableReferenceValueTypewithvalueTypereplaced.
-
-