Class Integer128Type

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

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

      Fields 
      Modifier and Type Field Description
      static Name NOT_NULL
      Name of the openGql.grammar.Integer128Type.notNull field.
      java.lang.Boolean notNull  
      static Name TYPE_
      Name of the openGql.grammar.Integer128Type type.
    • Constructor Summary

      Constructors 
      Constructor Description
      Integer128Type​(java.lang.Boolean notNull)
      Constructs an immutable Integer128Type.
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.Integer128Type type.
      • NOT_NULL

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

        public final java.lang.Boolean notNull
    • Constructor Detail

      • Integer128Type

        public Integer128Type​(java.lang.Boolean notNull)
        Constructs an immutable Integer128Type.
    • 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