org.eclipse.jst.j2ee.webapplication
Interface InitParam

All Superinterfaces:
J2EEEObject

public interface InitParam
extends J2EEEObject

The init-param element contains a name//value pair as an initialization param of the servlet


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getParamName()
           
 java.lang.String getParamValue()
           
 void setDescription(java.lang.String value)
           
 void setParamName(java.lang.String value)
           
 void setParamValue(java.lang.String value)
           
 

Method Detail

getParamName

public java.lang.String getParamName()
Returns:
The value of the ParamName attribute

setParamName

public void setParamName(java.lang.String value)
Parameters:
value - The new value of the ParamName attribute

getParamValue

public java.lang.String getParamValue()
Returns:
The value of the ParamValue attribute

setParamValue

public void setParamValue(java.lang.String value)
Parameters:
value - The new value of the ParamValue attribute

getDescription

public java.lang.String getDescription()
Returns:
The value of the Description attribute

setDescription

public void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute