Uses of Class
com.ibm.wpc.WpcChildTypeWpcChildType

Packages that use WpcChildTypeWpcChildType
com.ibm.wpc   
 

Uses of WpcChildTypeWpcChildType in com.ibm.wpc
 

Fields in com.ibm.wpc declared as WpcChildTypeWpcChildType
static WpcChildTypeWpcChildType WpcChildTypeWpcChildType.CATEGORY
           
static WpcChildTypeWpcChildType WpcChildTypeWpcChildType.ITEM
           
static WpcChildTypeWpcChildType WpcChildTypeWpcChildType.Unassigned
           
 

Methods in com.ibm.wpc that return WpcChildTypeWpcChildType
static WpcChildTypeWpcChildType WpcChildTypeWpcChildType.fromString(java.lang.String value)
           
static WpcChildTypeWpcChildType WpcChildTypeWpcChildType.fromValue(java.lang.String value)
           
 WpcChildTypeWpcChildType WpcChildType.getWpcChildType()
          Gets the wpcChildType value for this WpcChildType.
 

Methods in com.ibm.wpc with parameters of type WpcChildTypeWpcChildType
 void WpcChildType.setWpcChildType(WpcChildTypeWpcChildType wpcChildType)
          Sets the wpcChildType value for this WpcChildType.
 

Constructors in com.ibm.wpc with parameters of type WpcChildTypeWpcChildType
WpcChildType(java.lang.String wpcChildPath, java.lang.String wpcChildDisplayName, WpcChildTypeWpcChildType wpcChildType, WpcAttributeListType[] attributeList)