Uses of Class
com.ibm.wpc.WpcValueType

Packages that use WpcValueType
com.ibm.wpc   
 

Uses of WpcValueType in com.ibm.wpc
 

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

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

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