Uses of Class
com.ibm.wpc.WpcAttributeType

Packages that use WpcAttributeType
com.ibm.wpc   
 

Uses of WpcAttributeType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcAttributeType
 WpcAttributeType[] WpcValuesType.getAttribute()
          Gets the attribute value for this WpcValuesType.
 WpcAttributeType[] WpcGroupValueType.getAttribute()
          Gets the attribute value for this WpcGroupValueType.
 WpcAttributeType[] WpcAttributeType.getAttribute()
          Gets the attribute value for this WpcAttributeType.
 WpcAttributeType[] WpcAttributeListType.getAttribute()
          Gets the attribute value for this WpcAttributeListType.
 WpcAttributeType WpcValuesType.getAttribute(int i)
           
 WpcAttributeType WpcGroupValueType.getAttribute(int i)
           
 WpcAttributeType WpcAttributeType.getAttribute(int i)
           
 WpcAttributeType WpcAttributeListType.getAttribute(int i)
           
 

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

Constructors in com.ibm.wpc with parameters of type WpcAttributeType
WpcAttributeListType(WpcAttributeType[] attribute, WpcValuesType[] values, java.lang.String specName, java.lang.Boolean isCategorySpecific)
           
WpcAttributeType(WpcValuesType[] values, WpcEnumValueType[] enum1, java.lang.String min_occurrence, java.lang.String max_occurrence, java.lang.String isLocalized, java.lang.String min_length, java.lang.String max_length, java.lang.String editable, java.lang.String def_val, java.math.BigInteger precision, WpcEnumValueType[] enum2, java.lang.String lookupTableName, WpcEntryValueType[] entries, java.lang.String helpURL, WpcAttributeType[] attribute, java.lang.String name, java.lang.String locale, java.lang.String displayName, java.lang.String type, java.lang.String editable2, java.math.BigInteger occurrence, java.lang.Boolean isPrimaryKey)
           
WpcGroupValueType(WpcAttributeType[] attribute, WpcValuesType[] values, java.math.BigInteger occurrence)
           
WpcValuesType(WpcValueType[] value, WpcPeriodValueType[] periodvalue, WpcGroupValueType[] groupvalue, WpcRelationType[] relation, WpcAttributeType[] attribute, WpcFileType[] file)