|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.framework.util.ParameterList
public final class ParameterList
The interface defines the access to a list of paramters that can be used as submitted parameters to methods that may receive an variable list of parameters.
| Constructor Summary | |
|---|---|
ParameterList()
|
|
| Method Summary | |
|---|---|
void |
addParameter(Parameter param)
adds a new Parameter to the list |
void |
addParameter(java.lang.String name,
java.lang.Object value)
adds a new Parameter to the list |
Parameter |
getParameter(java.lang.String name)
returns the parameter that matches the submitted name. if no parameter can be found null will be returned. |
java.lang.String[] |
getParameterNames()
returns an array of all Parameters names. it is guarenteered that the arrays isn't null |
Parameter[] |
getParameters()
returns all Parameters contained within the list as array. it is guarenteered that the arrays isn't null |
java.lang.Object[] |
getParameterValues()
returns an array of all Parameters values. it is guarenteered that the arrays isn't null |
Parameter |
removeParameter(java.lang.String name)
removes a parameter from the list |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterList()
| Method Detail |
|---|
public Parameter getParameter(java.lang.String name)
name -
public void addParameter(java.lang.String name,
java.lang.Object value)
name - value - public void addParameter(Parameter param)
param - public Parameter[] getParameters()
public java.lang.String[] getParameterNames()
public java.lang.Object[] getParameterValues()
public Parameter removeParameter(java.lang.String name)
name - name of the parameter
public java.lang.String toString()
toString in class java.lang.Object
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org