Class StringExpression

    • Constructor Detail

      • StringExpression

        public StringExpression​(String metadata,
                                Expression.Operator operator,
                                String value)
        Creates the comparison Expression.
        Parameters:
        metadata - the metadata name
        operator - the operator to make the comparison
        value - the String value
    • 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.