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

All Superinterfaces:
J2EEEObject

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
 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
 

Method Detail

getParamName

public 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

public 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

public 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

public 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

public 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

public 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

public 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()