Enterprise Information Portal APIs

com.ibm.mm.beans
Class CMBQueryService.QueryCriterion

java.lang.Object
  |
  +--com.ibm.mm.beans.CMBQueryService.QueryCriterion
Enclosing class:
CMBQueryService

public class CMBQueryService.QueryCriterion
extends java.lang.Object

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

CMBQueryService.QueryCriterion

public CMBQueryService.QueryCriterion(java.lang.String name,
                                      java.lang.String op,
                                      java.lang.String[] values)
Constructs a query parameter.
Parameters:
name - the name of the parameter
operator - the operator to use for this parameter
values - the value(s) of the parameter in a string array.
type - the data type of this parameter
Method Detail

setTypes

public void setTypes(CMBAttribute attr)

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.