CORBA module: StructDef Interface

Overview The StructDef interface is used to represent and OMG IDL structure definition.
File name wasir.idl
Local-only True
Ancestor interfaces TypedefDef Interface
Exceptions CORBA::SystemException
Supported operations StructDef::members
IDLType::type


Intended Usage

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

Syntax

  module CORBA
     {
        struct StructMember
        {
           Identifier name;
           TypeCode type;
           IDLType type_def;
        };
        typedef sequence  StructMemberSeq;
        interface StructDef: TypedefDef
        {
           attribute StructMemberSeq members;
        };
     };

Related reference
StructDef::members



Searchable topic ID:   rcor_modsdi
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_modsdi.html

Library | Support | Terms of Use | Feedback