|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Webapp24Package.getParamValueType()
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()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getParamValueType_Description()
String getParamName()
setParamName(org.eclipse.modisco.jee.webapp.webapp24.String)
,
Webapp24Package.getParamValueType_ParamName()
void setParamName(String value)
Param Name
' containment reference.
value
- the new value of the 'Param Name' containment reference.getParamName()
XsdStringType getParamValue()
setParamValue(XsdStringType)
,
Webapp24Package.getParamValueType_ParamValue()
void setParamValue(XsdStringType value)
Param Value
' containment reference.
value
- the new value of the 'Param Value' containment reference.getParamValue()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp24Package.getParamValueType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |