org.eclipse.jst.j2ee.webapplication
Interface ContextParam

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface ContextParam
extends J2EEEObject

The context-param element contains the declaration of a web application's servlet context initialization parameters.

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getParamName()
           
 java.lang.String getParamValue()
           
 WebApp getWebApp()
           
 void setDescription(java.lang.String value)
           
 void setParamName(java.lang.String value)
           
 void setParamValue(java.lang.String value)
           
 void setWebApp(WebApp value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getParamName

java.lang.String getParamName()
Returns:
The value of the ParamName attribute The param-name element contains the name of a parameter.

setParamName

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

getParamValue

java.lang.String getParamValue()
Returns:
The value of the ParamValue attribute The param-value element contains the value of a parameter.

setParamValue

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

getDescription

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

setDescription

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

getWebApp

WebApp getWebApp()
Returns:
The WebApp reference

setWebApp

void setWebApp(WebApp value)
Parameters:
value - The new value of the WebApp reference