Package openGql.grammar
Class ListValueTypeAlt3
- java.lang.Object
-
- openGql.grammar.ListValueTypeAlt3
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ListValueTypeAlt3>
public class ListValueTypeAlt3 extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ListValueTypeAlt3>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameMAX_LENGTHName of theopenGql.grammar.ListValueTypeAlt3.maxLengthfield.Optional<UnsignedInteger>maxLengthstatic NameNOT_NULLName of theopenGql.grammar.ListValueTypeAlt3.notNullfield.java.lang.BooleannotNullstatic NameTYPE_Name of theopenGql.grammar.ListValueTypeAlt3type.static NameTYPE_NAMEName of theopenGql.grammar.ListValueTypeAlt3.typeNamefield.ListValueTypeNametypeName
-
Constructor Summary
Constructors Constructor Description ListValueTypeAlt3(ListValueTypeName typeName, Optional<UnsignedInteger> maxLength, java.lang.Boolean notNull)Constructs an immutableListValueTypeAlt3.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ListValueTypeAlt3 other)booleanequals(java.lang.Object other)inthashCode()ListValueTypeAlt3withMaxLength(Optional<UnsignedInteger> maxLength)Returns a copy of thisListValueTypeAlt3withmaxLengthreplaced.ListValueTypeAlt3withNotNull(java.lang.Boolean notNull)Returns a copy of thisListValueTypeAlt3withnotNullreplaced.ListValueTypeAlt3withTypeName(ListValueTypeName typeName)Returns a copy of thisListValueTypeAlt3withtypeNamereplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.ListValueTypeAlt3type.
-
TYPE_NAME
public static final Name TYPE_NAME
Name of theopenGql.grammar.ListValueTypeAlt3.typeNamefield.
-
MAX_LENGTH
public static final Name MAX_LENGTH
Name of theopenGql.grammar.ListValueTypeAlt3.maxLengthfield.
-
NOT_NULL
public static final Name NOT_NULL
Name of theopenGql.grammar.ListValueTypeAlt3.notNullfield.
-
typeName
public final ListValueTypeName typeName
-
maxLength
public final Optional<UnsignedInteger> maxLength
-
notNull
public final java.lang.Boolean notNull
-
-
Constructor Detail
-
ListValueTypeAlt3
public ListValueTypeAlt3(ListValueTypeName typeName, Optional<UnsignedInteger> maxLength, java.lang.Boolean notNull)
Constructs an immutableListValueTypeAlt3.
-
-
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(ListValueTypeAlt3 other)
- Specified by:
compareToin interfacejava.lang.Comparable<ListValueTypeAlt3>
-
withTypeName
public ListValueTypeAlt3 withTypeName(ListValueTypeName typeName)
Returns a copy of thisListValueTypeAlt3withtypeNamereplaced.
-
withMaxLength
public ListValueTypeAlt3 withMaxLength(Optional<UnsignedInteger> maxLength)
Returns a copy of thisListValueTypeAlt3withmaxLengthreplaced.
-
withNotNull
public ListValueTypeAlt3 withNotNull(java.lang.Boolean notNull)
Returns a copy of thisListValueTypeAlt3withnotNullreplaced.
-
-