com.ibm.websphere.sca.mq.structures
Interface MQRFHProperty
- public interface MQRFHProperty
The following features are supported:
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the value of the 'Name' attribute
|
|
getValue()
Returns the value of the 'Value' attribute
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
|
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute
|
Method Detail
getName
- java.lang.String getName()
Returns:
the value of the 'Name' attribute.
See Also:
setName
- void setName(java.lang.String value)
Sets the value of the '
Name
' attribute.
getValue
- java.lang.String getValue()
Returns the value of the 'Value' attribute.
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Value' attribute.
See Also:
setValue
- void setValue(java.lang.String value)
Sets the value of the '
Value
' attribute.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...