Class DoubleTypeWithPrecision

    • Field Detail

      • TYPE_

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

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

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

        public final java.lang.Boolean precision
      • notNull

        public final java.lang.Boolean notNull
    • Constructor Detail

      • DoubleTypeWithPrecision

        public DoubleTypeWithPrecision​(java.lang.Boolean precision,
                                       java.lang.Boolean notNull)
        Constructs an immutable DoubleTypeWithPrecision.