Java Platform 1.2

Uses of Interface
org.omg.CORBA.IDLType

Packages that use IDLType
org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). 
 

Uses of IDLType in org.omg.CORBA
 

Fields in org.omg.CORBA declared as IDLType
 IDLType ValueMember.type_def
          The typedef that represents the IDL type of the value member described by this ValueMember object.
 IDLType StructMember.type_def
          The typedef that represents the IDL type of the struct member described by this StructMember object.
 IDLType UnionMember.type_def
          The typedef that represents the IDL type of the union member described by this UnionMember object.
 

Constructors in org.omg.CORBA with parameters of type IDLType
ValueMember.ValueMember(String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access)
          Constructs a ValueMember object initialized with the given values.
StructMember.StructMember(String __name, TypeCode __type, IDLType __type_def)
          Constructs a StructMember object initialized with the given values.
UnionMember.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
          Constructs a new UnionMember object with its fields initialized to the given values.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.