|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParameterMap
A ParameterMap contains a set of parameters whose values
are Objects mapped to String names.
| Method Summary | |
|---|---|
boolean |
containsParameter(java.lang.String parameterName)
Deprecated. Returns true if this ParameterMap object contains the
specified String as a parameter name. |
java.util.Enumeration |
getParameterNames()
Deprecated. Returns an Enumeration of the parameter names belonging to
this ParameterMap object, this may then be used to fetch
the parameters sequentially. |
java.lang.Object |
getParameterValue(java.lang.String parameterName)
Deprecated. Gets the value of the parameter with the given name. |
| Method Detail |
|---|
java.lang.Object getParameterValue(java.lang.String parameterName)
parameterName - the parameter name.
java.util.Enumeration getParameterNames()
Enumeration of the parameter names belonging to
this ParameterMap object, this may then be used to fetch
the parameters sequentially.
Enumeration of the parameter names.boolean containsParameter(java.lang.String parameterName)
ParameterMap object contains the
specified String as a parameter name.
parameterName - parameter name to search for.
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||