|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.azzyzt.jee.runtime.dto.query.Expression
org.azzyzt.jee.runtime.dto.query.UnaryBooleanExpression
org.azzyzt.jee.runtime.dto.query.Not
public class Not
A unary boolean expression that negates its term
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 |
---|
public Not()
public Not(Expression e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |