Class VarcharType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<VarcharType>

    public class VarcharType
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<VarcharType>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.VarcharType type.
      • MAX_LENGTH

        public static final Name MAX_LENGTH
        Name of the openGql.grammar.VarcharType.maxLength field.
      • NOT_NULL

        public static final Name NOT_NULL
        Name of the openGql.grammar.VarcharType.notNull field.
      • notNull

        public final java.lang.Boolean notNull
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(VarcharType other)
        Specified by:
        compareTo in interface java.lang.Comparable<VarcharType>
      • withNotNull

        public VarcharType withNotNull​(java.lang.Boolean notNull)
        Returns a copy of this VarcharType with notNull replaced.