|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericAttributeController
A component interface to control the attributes of the component to which it
belongs. In opposition to
org.objectweb.fractal.api.control.AttributeController, the
GenericAttributeController provides generic getter/setter methods for
attributes. This way, you can dynamically add attributes to the component.
| Method Summary | |
|---|---|
java.lang.String |
getAttribute(java.lang.String name)
retrieve an attribute identified by its name. |
java.lang.String[] |
listFcAtt()
Returns the names of the attribute of the component to which this interface belongs. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
set the value of an attribute identified by its name. |
| Method Detail |
|---|
java.lang.String getAttribute(java.lang.String name)
throws NoSuchAttributeException
name - the name of the attribute to read.
NoSuchAttributeException - if the given attribute is unknown.
void setAttribute(java.lang.String name,
java.lang.String value)
throws NoSuchAttributeException
name - the name of the attribute to read.value - the value of the attribute.
NoSuchAttributeException - if the given attribute is unknown.java.lang.String[] listFcAtt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||