org.eclipse.jst.j2ee.common
Interface ParamValue

All Superinterfaces:
J2EEEObject

public interface ParamValue
extends J2EEEObject

A representation of the model object 'Param Value'.

Version:
J2EE1.4 This type is a general type that can be used to declare parameter/value lists.

The following features are supported:

See Also:
CommonPackage.getParamValue()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getValue()
          Returns the value of the 'Value' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute
 

Method Detail

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

The param-name element contains the name of a parameter.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CommonPackage.getParamValue_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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

getValue

public java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

The param-value element contains the value of a parameter.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), CommonPackage.getParamValue_Value()

setValue

public void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

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

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), CommonPackage.getParamValue_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()

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

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

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
CommonPackage.getParamValue_Descriptions()