public interface MQRFH2
The following features are supported:
WMQStructuresPackage.getMQRFH2()
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Returns the value of the 'Flags' attribute.
|
java.util.List |
getFolder()
Returns the value of the 'Folder' containment reference list.
|
int |
getNameValueCCSID()
Returns the value of the 'Name Value CCSID' attribute.
|
boolean |
isSetFlags()
Returns whether the value of the '
Flags ' attribute is set |
boolean |
isSetNameValueCCSID()
Returns whether the value of the '
Name Value CCSID ' attribute is set |
void |
setFlags(int value)
Sets the value of the '
Flags ' attribute |
void |
setNameValueCCSID(int value)
Sets the value of the '
Name Value CCSID ' attribute |
void |
unsetFlags()
Unsets the value of the '
Flags ' attribute |
void |
unsetNameValueCCSID()
Unsets the value of the '
Name Value CCSID ' 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.getMQRFH2_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)
int getNameValueCCSID()
"1208"
.
If the meaning of the 'Name Value CCSID' attribute isn't clear, there really should be more of a description here...
isSetNameValueCCSID()
,
unsetNameValueCCSID()
,
setNameValueCCSID(int)
,
WMQStructuresPackage.getMQRFH2_NameValueCCSID()
void setNameValueCCSID(int value)
Name Value CCSID
' attribute.
value
- the new value of the 'Name Value CCSID' attribute.isSetNameValueCCSID()
,
unsetNameValueCCSID()
,
getNameValueCCSID()
void unsetNameValueCCSID()
Name Value CCSID
' attribute.
boolean isSetNameValueCCSID()
Name Value CCSID
' attribute is set.
unsetNameValueCCSID()
,
getNameValueCCSID()
,
setNameValueCCSID(int)
java.util.List getFolder()
MQRFH2Group
.
If the meaning of the 'Folder' containment reference list isn't clear, there really should be more of a description here...
WMQStructuresPackage.getMQRFH2_Folder()