public interface ParamValueType
The following features are supported:
EjbJar30Package.getParamValueType()| Modifier and Type | Method and Description |
|---|---|
|
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. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getParamValueType_Description()String getParamName()
setParamName(org.eclipse.modisco.jee.ejbjar.EjbJar30.String),
EjbJar30Package.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),
EjbJar30Package.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),
EjbJar30Package.getParamValueType_Id()