Class NumericValueFunction

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.NumericValueFunction type.
      • LENGTH

        public static final Name LENGTH
        Name of the openGql.grammar.NumericValueFunction.length field.
      • CARDINALITY

        public static final Name CARDINALITY
        Name of the openGql.grammar.NumericValueFunction.cardinality field.
      • ABSOLUTE_VALUE

        public static final Name ABSOLUTE_VALUE
        Name of the openGql.grammar.NumericValueFunction.absoluteValue field.
      • MODULUS

        public static final Name MODULUS
        Name of the openGql.grammar.NumericValueFunction.modulus field.
      • TRIGONOMETRIC

        public static final Name TRIGONOMETRIC
        Name of the openGql.grammar.NumericValueFunction.trigonometric field.
      • LOGARITHM

        public static final Name LOGARITHM
        Name of the openGql.grammar.NumericValueFunction.logarithm field.
      • COMMON_LOGARITHM

        public static final Name COMMON_LOGARITHM
        Name of the openGql.grammar.NumericValueFunction.commonLogarithm field.
      • NATURAL_LOGARITHM

        public static final Name NATURAL_LOGARITHM
        Name of the openGql.grammar.NumericValueFunction.naturalLogarithm field.
      • EXPONENTIAL

        public static final Name EXPONENTIAL
        Name of the openGql.grammar.NumericValueFunction.exponential field.
      • POWER

        public static final Name POWER
        Name of the openGql.grammar.NumericValueFunction.power field.
      • SQUARE_ROOT

        public static final Name SQUARE_ROOT
        Name of the openGql.grammar.NumericValueFunction.squareRoot field.
      • FLOOR

        public static final Name FLOOR
        Name of the openGql.grammar.NumericValueFunction.floor field.
      • CEILING

        public static final Name CEILING
        Name of the openGql.grammar.NumericValueFunction.ceiling field.