public interface ParameterCtrl extends Controller
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.
Modifier and Type | Method and Description |
---|---|
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
|
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 descriptionCopyright © 2003-2013 . All Rights Reserved.