org.eclipse.modisco.jee.webapp.webapp24
Interface ParamValueType


public interface ParamValueType

A representation of the model object 'Param Value Type'. This type is a general type that can be used to declare parameter/value lists.

The following features are supported:

See Also:
Webapp24Package.getParamValueType()
Generated:
Model:
extendedMetaData="name='param-valueType' kind='elementOnly'"

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

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
Webapp24Package.getParamValueType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getParamName

String getParamName()
Returns the value of the 'Param Name' containment reference. The param-name element contains the name of a parameter.

Returns:
the value of the 'Param Name' containment reference.
See Also:
setParamName(org.eclipse.modisco.jee.webapp.webapp24.String), Webapp24Package.getParamValueType_ParamName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='param-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setParamName

void setParamName(String 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

XsdStringType getParamValue()
Returns the value of the 'Param Value' containment reference. The param-value element contains the value of a parameter.

Returns:
the value of the 'Param Value' containment reference.
See Also:
setParamValue(XsdStringType), Webapp24Package.getParamValueType_ParamValue()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='param-value' namespace='http://java.sun.com/xml/ns/j2ee'"

setParamValue

void setParamValue(XsdStringType 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:

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), Webapp24Package.getParamValueType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: