Enterprise Information Portal APIs

com.ibm.mm.beans
Class CMBQueryService.QueryParameter

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

public class CMBQueryService.QueryParameter
extends java.lang.Object

This class defines a query parameter. An array of query parameters can be passed on the CMBQueryService.execute method.


Constructor Summary
CMBQueryService.QueryParameter(java.lang.String name, java.lang.Object value)
          Constructs a query parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBQueryService.QueryParameter

public CMBQueryService.QueryParameter(java.lang.String name,
                                      java.lang.Object value)
Constructs a query parameter.
Parameters:
name - the name of the parameter
value - the value of the parameter

EIP JavaBeans

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