public interface MQRFH2Group
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.util.List |
getGroup()
Returns the value of the 'Group' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
java.util.List |
getProperty()
Returns the value of the 'Property' containment reference list.
|
commonj.sdo.Sequence |
getRfh2Contents()
Returns the value of the 'Rfh2 Contents' attribute list
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
WMQStructuresPackage.getMQRFH2Group_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
commonj.sdo.Sequence getRfh2Contents()
If the meaning of the 'Rfh2 Contents' attribute list isn't clear, there really should be more of a description here...
WMQStructuresPackage.getMQRFH2Group_Rfh2Contents()
java.util.List getGroup()
MQRFH2Group
.
If the meaning of the 'Group' containment reference list isn't clear, there really should be more of a description here...
WMQStructuresPackage.getMQRFH2Group_Group()
java.util.List getProperty()
MQRFH2Property
.
If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...
WMQStructuresPackage.getMQRFH2Group_Property()