Uses of Class
com.ibm.wpc.WpcGroupValueType

Packages that use WpcGroupValueType
com.ibm.wpc   
 

Uses of WpcGroupValueType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcGroupValueType
 WpcGroupValueType[] WpcValuesType.getGroupvalue()
          Gets the groupvalue value for this WpcValuesType.
 WpcGroupValueType WpcValuesType.getGroupvalue(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcGroupValueType
 void WpcValuesType.setGroupvalue(int i, WpcGroupValueType _value)
           
 void WpcValuesType.setGroupvalue(WpcGroupValueType[] groupvalue)
          Sets the groupvalue value for this WpcValuesType.
 

Constructors in com.ibm.wpc with parameters of type WpcGroupValueType
WpcValuesType(WpcValueType[] value, WpcPeriodValueType[] periodvalue, WpcGroupValueType[] groupvalue, WpcRelationType[] relation, WpcAttributeType[] attribute, WpcFileType[] file)