|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.CMBQueryService.QueryCriterion
This class defines a query criterion. An array of query values can be passed to the CMBQueryService.generateQueryExpression method.
Constructor Summary | |
CMBQueryService.QueryCriterion(java.lang.String name,
java.lang.String op,
java.lang.String[] values)
Constructs a query parameter. |
Method Summary | |
void |
setTypes(CMBAttribute attr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBQueryService.QueryCriterion(java.lang.String name, java.lang.String op, java.lang.String[] values)
name
- the name of the parameteroperator
- the operator to use for this parametervalues
- the value(s) of the parameter in a string array.type
- the data type of this parameterMethod Detail |
public void setTypes(CMBAttribute attr)
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |