Method Summary |
|
public Object | clone() Returns a clone of this parameter group. |
public GeneralParameterValue | createValue() Forward the call to the
specified at construction time. |
public GeneralParameterDescriptor | descriptor(String name) Returns the parameter in this group for the specified name. |
public List | descriptors() Returns the parameters descriptors in this group. |
public boolean | equals(Object object) Compare this object with the specified one for equality. |
public Collection | getAlias() Forward the call to the
specified at construction time. |
public GeneralParameterDescriptor | getDescriptor() Returns a description of this parameter value group. |
public Set | getIdentifiers() Forward the call to the
specified at construction time. |
public Matrix | getMatrix() Create a matrix from this group of parameters. |
public int | getMaximumOccurs() Forward the call to the
specified at construction time. |
public int | getMinimumOccurs() Forward the call to the
specified at construction time. |
public ReferenceIdentifier | getName() Forward the call to the
specified at construction time. |
public InternationalString | getRemarks() Forward the call to the
specified at construction time. |
public ParameterValue | parameter(String name) Returns the value in this group for the specified name. |
final public ParameterValue | parameter(int row, int column) Returns the value in this group for a matrix element at the specified index. |
public void | setMatrix(Matrix matrix) Set all parameter values to the element value in the specified matrix. |
public List | values() Returns the parameters values in this group. |
protected void | write(TableWriter table) Write the content of this parameter to the specified table. |