|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterCtrl
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 |
---|
void setName(java.lang.String name)
name
- the new namevoid setValue(java.lang.String value)
value
- the new valuevoid setDescriptionSet(DescriptionSet descriptions)
descriptions
- the new description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |