org.azzyzt.jee.runtime.dto.query
Class Not

java.lang.Object
  extended by org.azzyzt.jee.runtime.dto.query.Expression
      extended by org.azzyzt.jee.runtime.dto.query.UnaryBooleanExpression
          extended by org.azzyzt.jee.runtime.dto.query.Not
All Implemented Interfaces:
java.io.Serializable, Node

public class Not
extends UnaryBooleanExpression
implements java.io.Serializable

A unary boolean expression that negates its term

See Also:
Serialized Form

Constructor Summary
Not()
           
Not(Expression e)
           
 
Method Summary
 
Methods inherited from class org.azzyzt.jee.runtime.dto.query.UnaryBooleanExpression
add, getExpression, getReplaceableBy, isValid, setExpression, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Not

public Not()

Not

public Not(Expression e)