Class DoubleExpression

    • Constructor Detail

      • DoubleExpression

        public DoubleExpression​(String metadata,
                                Expression.Operator operator,
                                double value)
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name
        operator - the operator to make the comparison
        value - the double value
      • DoubleExpression

        public DoubleExpression​(String metadata,
                                Expression.Operator operator,
                                double value,
                                boolean unversioned)
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name
        operator - the operator to make the comparison
        value - the double value
        unversioned - true if the metadata is unversioned, false otherwise.
    • Method Detail

      • build

        public String build()
        Description copied from interface: Expression
        Build the expression.
        Specified by:
        build in interface Expression
        Returns:
        The XPath view of the expression.