Uses of Class
com.ibm.wpc.WpcSearchOperatorType

Packages that use WpcSearchOperatorType
com.ibm.wpc   
 

Uses of WpcSearchOperatorType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcSearchOperatorType
 WpcSearchOperatorType[] WpcSearchOperatorType.getWpcSearchOperator()
          Gets the wpcSearchOperator value for this WpcSearchOperatorType.
 WpcSearchOperatorType[] WpcSearchCriteriaType.getWpcSearchOperator()
          Gets the wpcSearchOperator value for this WpcSearchCriteriaType.
 WpcSearchOperatorType WpcSearchOperatorType.getWpcSearchOperator(int i)
           
 WpcSearchOperatorType WpcSearchCriteriaType.getWpcSearchOperator(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcSearchOperatorType
 void WpcSearchOperatorType.setWpcSearchOperator(int i, WpcSearchOperatorType _value)
           
 void WpcSearchCriteriaType.setWpcSearchOperator(int i, WpcSearchOperatorType _value)
           
 void WpcSearchOperatorType.setWpcSearchOperator(WpcSearchOperatorType[] wpcSearchOperator)
          Sets the wpcSearchOperator value for this WpcSearchOperatorType.
 void WpcSearchCriteriaType.setWpcSearchOperator(WpcSearchOperatorType[] wpcSearchOperator)
          Sets the wpcSearchOperator value for this WpcSearchCriteriaType.
 

Constructors in com.ibm.wpc with parameters of type WpcSearchOperatorType
WpcSearchCriteriaType(WpcSearchElementType wpcSearchElement, WpcSearchOperatorType[] wpcSearchOperator)
           
WpcSearchOperatorType(WpcSearchElementType[] wpcSearchElement, WpcSearchOperatorType[] wpcSearchOperator, java.lang.String name)