Package | Description |
---|---|
org.apache.pluto.om.common |
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterSetCtrl.add(java.lang.String name,
java.lang.String value)
Creates a new parameter and adds it to the set
|
Parameter |
ParameterSet.get(java.lang.String name)
Returns the parameter object of the given name
The return value may be NULL.
|
Parameter |
ParameterSetCtrl.remove(java.lang.String name)
Removes the parameter with the given name
from the set
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterSetCtrl.remove(Parameter parameter)
Removes the given parameter from the set
|
Copyright © 2003-2013 . All Rights Reserved.