|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.profile.query.QueryExpression
javax.slee.profile.query.Not
public final class Not
The Not class is a composite dynamic query expression that
inverts the match result of its nested query expression.
| Constructor Summary | |
|---|---|
Not(QueryExpression expr)
Create a Not query expression. |
|
| Method Summary | |
|---|---|
QueryExpression |
getExpression()
Get the query expression who's match result will be inverted by this Not
query expression. |
protected void |
toString(java.lang.StringBuffer buf)
Get a string representation for this query expression. |
| Methods inherited from class javax.slee.profile.query.QueryExpression |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Not(QueryExpression expr)
Not query expression.
expr - the query expression who's match result will be inverted
by this Not expression.
java.lang.NullPointerException - if expr is null.| Method Detail |
|---|
public QueryExpression getExpression()
Not
query expression.
protected void toString(java.lang.StringBuffer buf)
QueryExpression
toString in class QueryExpressionbuf - a string buffer the string representation should be appended to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||