| Changed Methods |
void addAttributeValue(Identifier, Value)
|
Change in signature from (Attribute, Value) to (Identifier, Value).
|
Adds a new attribute value to the list of values associated with the specified attribute of this instance. |
void removeAttributeValue(Identifier, Value)
|
Change in signature from (Attribute, Value) to (Identifier, Value).
|
Removes a particular value associated with an attribute within this instance. |
void removeAttributeValues(Identifier)
|
Change in signature from Attribute to Identifier.
|
Clears all the values associated with a particular attribute of this instance. |
Set listAttributeValues(Identifier)
|
Change in signature from Attribute to Identifier.
|
Returns a list of values of a specified attribute. |