|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Parameter
interface ...
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Method Summary | |
void |
setDescriptionSet(DescriptionSet descriptions)
Sets the description |
void |
setName(java.lang.String name)
Sets the name |
void |
setValue(java.lang.String value)
Sets the value |
Method Detail |
public void setName(java.lang.String name)
name
- the new namepublic void setValue(java.lang.String value)
value
- the new valuepublic void setDescriptionSet(DescriptionSet descriptions)
descriptions
- the new description
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |