public interface InitParamType
The following features are supported:
Webapp23Package.getInitParamType()| Modifier and Type | Method and Description |
|---|---|
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. |
ParamNameType getParamName()
If the meaning of the 'Param Name' containment reference isn't clear, there really should be more of a description here...
setParamName(ParamNameType),
Webapp23Package.getInitParamType_ParamName()void setParamName(ParamNameType value)
Param Name' containment reference.
value - the new value of the 'Param Name' containment reference.getParamName()ParamValueType getParamValue()
If the meaning of the 'Param Value' containment reference isn't clear, there really should be more of a description here...
setParamValue(ParamValueType),
Webapp23Package.getInitParamType_ParamValue()void setParamValue(ParamValueType value)
Param Value' containment reference.
value - the new value of the 'Param Value' containment reference.getParamValue()DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
Webapp23Package.getInitParamType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()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),
Webapp23Package.getInitParamType_Id()