|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.SearchCriteria.rscSearch
public static class SearchCriteria.rscSearch
This class is used internally.
This class is a simple Java Bean object that represents the built search
criteria or a template to build it.
Field Summary | |
---|---|
int |
match
This is the operator character: |
java.lang.String |
name
The attribute name. |
boolean |
negate
Tells whether the expression should be negated. |
java.lang.Object |
value
This is the other attribute or its expanded value(s). |
Constructor Summary | |
---|---|
SearchCriteria.rscSearch(java.lang.String name,
int match,
java.lang.Object value)
Creates s simple object of type SearchCriteria.rscSearch |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public int match
SearchCriteria.EXACT
,
SearchCriteria.INITIAL_STRING
,
SearchCriteria.FINAL_STRING
,
SearchCriteria.NOT_STRING
,
SearchCriteria.LESS_THAN
,
SearchCriteria.LESS_THAN_OR_EQUAL
,
SearchCriteria.GREATER_THAN
,
SearchCriteria.GREATER_THAN_OR_EQUAL
public java.lang.Object value
public boolean negate
Constructor Detail |
---|
public SearchCriteria.rscSearch(java.lang.String name, int match, java.lang.Object value)
SearchCriteria.rscSearch
name
- is the attribute namematch
- is the operator.value
- is the other attribute or its expanded value(s).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |