org.eclipse.jst.j2ee.webservice.wscommon
Interface InitParam

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

public interface InitParam
extends J2EEEObject

A representation of the model object 'Init Param'.

The following features are supported:

See Also:
WscommonPackage.getInitParam()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 org.eclipse.emf.common.util.EList getDescriptionTypes()
          Returns the value of the 'Description Types' containment reference list.
 java.lang.String getParamName()
          Returns the value of the 'Param Name' attribute
 java.lang.String getParamValue()
          Returns the value of the 'Param Value' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setParamName(java.lang.String value)
          Sets the value of the 'Param Name' attribute
 void setParamValue(java.lang.String value)
          Sets the value of the 'Param Value' attribute
 
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 'Param Name' attribute.

If the meaning of the 'Param Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Param Name' attribute.
See Also:
setParamName(String), WscommonPackage.getInitParam_ParamName()

setParamName

void setParamName(java.lang.String value)
Sets the value of the 'Param Name' attribute.

Parameters:
value - the new value of the 'Param Name' attribute.
See Also:
getParamName()

getParamValue

java.lang.String getParamValue()
Returns the value of the 'Param Value' attribute.

If the meaning of the 'Param Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Param Value' attribute.
See Also:
setParamValue(String), WscommonPackage.getInitParam_ParamValue()

setParamValue

void setParamValue(java.lang.String value)
Sets the value of the 'Param Value' attribute.

Parameters:
value - the new value of the 'Param Value' attribute.
See Also:
getParamValue()

getDescription

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

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), WscommonPackage.getInitParam_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getDescriptionTypes

org.eclipse.emf.common.util.EList getDescriptionTypes()
Returns the value of the 'Description Types' containment reference list. The list contents are of type DescriptionType.

If the meaning of the 'Description Types' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description Types' containment reference list.
See Also:
WscommonPackage.getInitParam_DescriptionTypes()