public interface MQRFH
WMQStructuresPackage.getMQRFH()
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Returns the value of the 'Flags' attribute.
|
java.util.List |
getProperty()
Returns the value of the 'Property' containment reference list.
|
boolean |
isSetFlags()
Returns whether the value of the '
Flags ' attribute is set |
void |
setFlags(int value)
Sets the value of the '
Flags ' attribute |
void |
unsetFlags()
Unsets the value of the '
Flags ' attribute |
int getFlags()
"0"
.
If the meaning of the 'Flags' attribute isn't clear, there really should be more of a description here...
isSetFlags()
,
unsetFlags()
,
setFlags(int)
,
WMQStructuresPackage.getMQRFH_Flags()
void setFlags(int value)
Flags
' attribute.
value
- the new value of the 'Flags' attribute.isSetFlags()
,
unsetFlags()
,
getFlags()
void unsetFlags()
Flags
' attribute.
isSetFlags()
,
getFlags()
,
setFlags(int)
boolean isSetFlags()
Flags
' attribute is set.
unsetFlags()
,
getFlags()
,
setFlags(int)
java.util.List getProperty()
MQRFHProperty
.
If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...
WMQStructuresPackage.getMQRFH_Property()