CORBA module: UnionDef Interface

Overview The UnionDef interface is used within the Interface Repository to represent an OMG IDL union definition.
File name wasir.idl
Local-only True
Ancestor interfaces TypedefDef Interface
Exceptions CORBA::SystemException
Supported operations UnionDef::discriminator_type
UnionDef::discriminator_type_def
UnionDef::members
IDLType::type


Intended Usage

An instance of a UnionDef object is used within the Interface Repository to represent an OMG IDL union definition. An instance of a UnionDef object can be created using the create_union operation of the Container interface.

Syntax

  module CORBA
     {
        struct UnionMember
        {
           Identifier name;
           anylabel;
           Typecode type;
           IDLType type_def;
        };
        typedef sequence  UnionMemberSeq;
        interface UnionDef:TypedefDef
        {
           readonlyattribute TypeCode discriminator_type;
           attribute IDLType discriminator_type_def;
           attribute UnionMemberSeq members;
        };
     };

Related reference
UnionDef::discriminator_type
UnionDef::discriminator_type_def
UnionDef::members



Searchable topic ID:   rcor_modund
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modund.html

Library | Support | Terms of Use | Feedback