|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The ParameterSetCtrl 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 | |
Parameter |
add(java.lang.String name,
java.lang.String value)
Creates a new parameter and adds it to the set |
void |
remove(Parameter parameter)
Removes the given parameter from the set |
Parameter |
remove(java.lang.String name)
Removes the parameter with the given name from the set |
| Method Detail |
public Parameter add(java.lang.String name,
java.lang.String value)
name - the name of the new parametervalue - the value of the new parameter
public Parameter remove(java.lang.String name)
name - the name of the parameter to be removed
public void remove(Parameter parameter)
parameter - the parameter to be removed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||