|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAttribute
This interface must be implemented by a Attribute object, which should be used in the framework.
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the attribute. |
String |
getValue()
Gets the value of the attribute. |
void |
setName(String name)
Sets the name of an attribute. |
void |
setValue(String value)
Sets the value of an attribute. |
| Method Detail |
|---|
void setName(String name)
name - name of the attribute to be setvoid setValue(String value)
value - value of the attribute to be setString getName()
String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||