Uses of Class
com.ibm.wpc.WpcEntryValueType

Packages that use WpcEntryValueType
com.ibm.wpc   
 

Uses of WpcEntryValueType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcEntryValueType
 WpcEntryValueType[] WpcAttributeType.getEntries()
          Gets the entries value for this WpcAttributeType.
 

Methods in com.ibm.wpc with parameters of type WpcEntryValueType
 void WpcAttributeType.setEntries(WpcEntryValueType[] entries)
          Sets the entries value for this WpcAttributeType.
 

Constructors in com.ibm.wpc with parameters of type WpcEntryValueType
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)