Uses of Class
com.ibm.wpc.WpcRelationType

Packages that use WpcRelationType
com.ibm.wpc   
 

Uses of WpcRelationType in com.ibm.wpc
 

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

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

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