|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |