Class IntegerWithPrecision

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

    public class IntegerWithPrecision
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<IntegerWithPrecision>
    A GQL integer with precision
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.IntegerWithPrecision type.
      • PRECISION

        public static final Name PRECISION
        Name of the openGql.grammar.IntegerWithPrecision.precision field.
      • NOT_NULL

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

        public final Optional<java.lang.String> precision
      • notNull

        public final java.lang.Boolean notNull
    • Constructor Detail

      • IntegerWithPrecision

        public IntegerWithPrecision​(Optional<java.lang.String> precision,
                                    java.lang.Boolean notNull)
        Constructs an immutable IntegerWithPrecision.