|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a container of attributes.
Method Summary | |
Object |
getAttribute(String key)
Gets the value of an attribute. |
Enumeration |
getAttributeNames()
Returns an enumeration of attribute names. |
String |
getId()
Get the unique identifier of this attribute container |
void |
removeAttributeValue(String key)
Removes an attribute. |
void |
setAttributeValue(String key,
Object value)
Set the internal value of an attribute. |
Method Detail |
public Object getAttribute(String key)
key
- the attribute key
public Enumeration getAttributeNames()
public void setAttributeValue(String key, Object value)
key
- the attribute keyvalue
- the attribute valuepublic String getId()
public void removeAttributeValue(String key)
key
- the attribute key
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |