|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xindice.core.indexer.IndexQuery
org.apache.xindice.core.indexer.helpers.IndexQueryANY
IndexQueryANY
| Field Summary |
| Fields inherited from class org.apache.xindice.core.indexer.IndexQuery |
ANY, BW, BWX, EQ, GEQ, GT, IN, LEQ, LT, NBW, NBWX, NEQ, NIN, NSW, op, pattern, SW, TQ, vals |
| Constructor Summary | |
IndexQueryANY(IndexPattern pattern)
|
|
| Method Summary | |
int |
getOperator()
getOperator returns the operator associated with this query. |
boolean |
testValue(Value value)
testValue tests the specified value for validity against this IndexQuery. |
| Methods inherited from class org.apache.xindice.core.indexer.IndexQuery |
getLength, getPattern, getValue, getValues, testValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IndexQueryANY(IndexPattern pattern)
| Method Detail |
public int getOperator()
IndexQuery
getOperator in class IndexQuerypublic boolean testValue(Value value)
IndexQuery
testValue in class IndexQueryvalue - The Value to compare
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||