|
|||||||||||
| 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: |
String |
name
The attribute name. |
boolean |
negate
Tells whether the expression should be negated. |
Object |
value
This is the other attribute or its expanded value(s). |
| Constructor Summary | |
|---|---|
SearchCriteria.rscSearch(String name,
int match,
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 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_EQUALpublic Object value
public boolean negate
| Constructor Detail |
|---|
public SearchCriteria.rscSearch(String name,
int match,
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 | ||||||||||