Class NotExpression

java.lang.Object
org.ametys.plugins.repository.query.expression.NotExpression
All Implemented Interfaces:
Expression

public class NotExpression extends Object implements Expression
Constructs an Expression corresponding to the logical "not" of another Expression.
  • Constructor Details

    • NotExpression

      public NotExpression(Expression expr)
      Creates the "not" Expression.
      Parameters:
      expr - the operand
  • Method Details

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