public interface AttributeReadWriteAccess extends AttributeReadAccess
Modifier and Type | Method and Description |
---|---|
void |
setAttributeValue(java.lang.String name,
java.lang.Object value)
Sets the current value of the attribute with the given name.
|
getAttributeNames, getAttributeValue
void setAttributeValue(java.lang.String name, java.lang.Object value) throws UnknownFieldException
name
- The attribute's name ( case sensitive )value
- The value to be put into the attributes 'slot'UnknownFieldException
- If there is no attribute with the given name