Uses of Class
com.ibm.wpc.WpcAttrType

Packages that use WpcAttrType
com.ibm.wpc   
 

Uses of WpcAttrType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcAttrType
 WpcAttrType[][][] WpcAttributeCollectionType.getSpecList()
          Gets the specList value for this WpcAttributeCollectionType.
 WpcAttrType[][] WpcAttributeCollectionType.getSpecList(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcAttrType
 void WpcAttributeCollectionType.setSpecList(int i, WpcAttrType[][] _value)
           
 void WpcAttributeCollectionType.setSpecList(WpcAttrType[][][] specList)
          Sets the specList value for this WpcAttributeCollectionType.
 

Constructors in com.ibm.wpc with parameters of type WpcAttrType
WpcAttributeCollectionType(java.lang.String[] name, java.lang.String[] type, WpcAttrType[][][] specList, java.lang.String editable)