Class IntegerWithPrecision

    • 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.