com.ibm.websphere.sca.mq.structures

Interface MQRFHProperty


  1. public interface MQRFHProperty
A representation of the model object 'MQRFH Property'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQRFHProperty()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. java.lang.String
getValue()
Returns the value of the 'Value' attribute
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setValue(java.lang.String value)
Sets the value of the ' Value' attribute

Method Detail

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getValue

  1. 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

  1. void setValue(java.lang.String value)
Sets the value of the ' Value' attribute.
Parameters:
value - the new value of the 'Value' attribute.
See Also: