| |
|
| java.lang.Object org.apache.pluto.descriptors.common.InitParamDD
InitParamDD | public class InitParamDD (Code) | | Initialization Parameter configuration.
version: $Id: InitParamDD.java 157038 2005-03-11 03:44:40Z ddewolf $ since: Feb 28, 2005 |
Constructor Summary | |
public | InitParamDD() Default Constructor. |
InitParamDD | public InitParamDD()(Code) | | Default Constructor.
|
getDescriptions | public List getDescriptions()(Code) | | |
getParamName | public String getParamName()(Code) | | Retrieve the name of the parameter.
|
getParamValue | public String getParamValue()(Code) | | Get the name of the parameter.
|
setDescriptions | public void setDescriptions(List descriptions)(Code) | | |
setParamName | public void setParamName(String paramName)(Code) | | Set the name of the parameter.
Parameters: paramName - |
setParamValue | public void setParamValue(String paramValue)(Code) | | Set the value of the parameter.
Parameters: paramValue - |
|
|
|