|
||||||||||
| 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.AndQueryExp
This class represents And query conditional expressions.
query1 && query2
| Constructor Summary | |
AndQueryExp()
Empty constructor |
|
AndQueryExp(QueryExp q1,
QueryExp q2)
Constructor with two QueryExp operands. |
|
| Method Summary | |
boolean |
apply(CIMElement obj)
return boolean true if the two operands evaluate to true, false otherwise. |
QueryExp |
getLeftExp()
Accessor for left operand. |
QueryExp |
getRightExp()
Accessor for right operand. |
java.lang.String |
toString()
|
| 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 AndQueryExp()
public AndQueryExp(QueryExp q1,
QueryExp q2)
| Method Detail |
public QueryExp getLeftExp()
public QueryExp getRightExp()
public boolean apply(CIMElement obj)
throws CIMException
apply in class QueryExpjavax.wbem.query.QueryExpobj - The 'row' which is being applied. The row in the case of
WQL can be any CIMElement. Currently the only valid CIMElement
is CIMInstance.CIMInstancepublic 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 | |||||||||