org.eclipse.modisco.jee.webapp.webapp23
Interface InitParamType


public interface InitParamType

A representation of the model object 'Init Param Type'.

The following features are supported:

See Also:
Webapp23Package.getInitParamType()
Generated:
Model:
extendedMetaData="name='init-param_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 ParamNameType getParamName()
          Returns the value of the 'Param Name' containment reference.
 ParamValueType getParamValue()
          Returns the value of the 'Param Value' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setParamName(ParamNameType value)
          Sets the value of the 'Param Name' containment reference.
 void setParamValue(ParamValueType value)
          Sets the value of the 'Param Value' containment reference.
 

Method Detail

getParamName

ParamNameType getParamName()
Returns the value of the 'Param Name' containment reference.

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

Returns:
the value of the 'Param Name' containment reference.
See Also:
setParamName(ParamNameType), Webapp23Package.getInitParamType_ParamName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='param-name' namespace='##targetNamespace'"

setParamName

void setParamName(ParamNameType value)
Sets the value of the 'Param Name' containment reference.

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

getParamValue

ParamValueType getParamValue()
Returns the value of the 'Param Value' containment reference.

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

Returns:
the value of the 'Param Value' containment reference.
See Also:
setParamValue(ParamValueType), Webapp23Package.getInitParamType_ParamValue()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='param-value' namespace='##targetNamespace'"

setParamValue

void setParamValue(ParamValueType value)
Sets the value of the 'Param Value' containment reference.

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

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), Webapp23Package.getInitParamType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp23Package.getInitParamType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: