|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.wbem.query.QueryExp
|
+--javax.wbem.query.NotQueryExp
Represents a NotQuery. Negation of relational expressions.
! query
| Constructor Summary | |
NotQueryExp()
Empty constructor |
|
NotQueryExp(QueryExp q)
Constructs a not query of the input QueryExp. |
|
| Method Summary | |
boolean |
apply(CIMElement obj)
Applies the expression to the input 'row' |
QueryExp |
getNegatedExp()
Accessor for the expression to be negated. |
java.lang.String |
toString()
Returns the WQL string form. |
| Methods inherited from class javax.wbem.query.QueryExp |
canonizeCOD, canonizeDOC |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NotQueryExp()
public NotQueryExp(QueryExp q)
q - is the QueryExp to be negated.| Method Detail |
public QueryExp getNegatedExp()
public boolean apply(CIMElement obj)
throws CIMException
apply in class QueryExppublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||