Class VarbinaryType

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

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

      • TYPE_

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

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

        public static final Name NOT_NULL
        Name of the openGql.grammar.VarbinaryType.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​(VarbinaryType other)
        Specified by:
        compareTo in interface java.lang.Comparable<VarbinaryType>
      • withNotNull

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