org.apache.pluto.om.common
Interface ParameterSet

All Superinterfaces:
Model

public interface ParameterSet
extends Model

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

iterator

public java.util.Iterator iterator()
Returns all elements of this set as iterator The return value cannot be NULL.

Returns:
An iterator containing all parameter objects

get

public Parameter get(java.lang.String name)
Returns the parameter object of the given name The return value may be NULL.

Returns:
the parameter object


Copyright © 2003-2006 . All Rights Reserved.