Method | Description |
![]() | Return true if this MUnion is equal to the one passed in as an argument. |
![]() ![]() | Retrieve the specified attribute from this union. |
![]() ![]() | Return the MUnionDescription (subclass of MBaseClassDescription) for this MUnion. |
![]() ![]() | Return the name of this class as a char*. |
![]() ![]() | Return the name of the currently active member from this union. |
![]() | Constructs an instance of MUnion. This constructor copies an existing MUnion. |
![]() | Constructs an instance of MUnion. This constructs an MUnion instance given the union name. |
![]() | This constructs an MUnion with the given union name. It also makes the named member the active member and sets its value to the specified value. |
![]() |
Convert this MUnion instance to an MTree that can be sent on the network. Only the currently active member of this union is sent By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line. See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide. See also MMessageFormat. |
![]() |
Serializes this MUnion so it can be sent out as an MTree over the network. By default, messages are sent in MMessageFormat.AERV. The default can be overridden by the command line. See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide. See also MMessageFormat. |
![]() ![]() | Make the specified member name as the active member and set the value for it. |
![]() ![]() | Make the specified member name as the active member and set the value for it. |
![]() ![]() | Convert this MUnion instance to an MString. |