|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterSet
This interface provides access to a set of Parameter objects.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
| Method Summary | |
|---|---|
Parameter |
get(java.lang.String name)
Returns the parameter object of the given name The return value may be NULL. |
java.util.Iterator |
iterator()
Returns all elements of this set as iterator The return value cannot be NULL. |
| Method Detail |
|---|
java.util.Iterator iterator()
Parameter get(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||