|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeSupport
This interface declares support for "generic attributes".
This means the object implementing this interface may be extended transparently by its clients with name/value pairs. These attributes and their values are stored but not interpreted by the object that implements this interface.
Method Summary | |
---|---|
Object |
getAttribute(Object key)
get an attribute from the context |
Object |
removeAttribute(Object key)
remove an attribute in the context |
Object |
setAttribute(Object key,
Object o)
set the value of an attribute in the context |
Method Detail |
---|
Object setAttribute(Object key, Object o)
key
- the name of the attribute to seto
- the new value the attribute
key
Object getAttribute(Object key)
key
- the name of the attribute to get
Object removeAttribute(Object key)
key
- the name of the attribute to remove
key
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |