Java Platform 1.2
Beta 4

Uses of Interface
org.omg.CORBA.IDLType

Packages that use IDLType
org.omg.CORBA   
 

Uses of IDLType in org.omg.CORBA
 

Subinterfaces of IDLType in org.omg.CORBA
  AliasDef
          An AliasDef represents an OMG IDL typedef that aliases other definition.
  ArrayDef
          An ArrayDef represents an OMG IDL array type.
  EnumDef
          A EnumDef represents an OMG IDL enum definition.
  InterfaceDef
          An InterfaceDef object represents an interface definition.
  PrimitiveDef
          A PrimitiveDef represents one of the IDL primitive types.
  SequenceDef
          A SequenceDef represents an OMG IDL sequence type.
  StringDef
          A StringDef represents an OMG IDL string type.
  StructDef
          A StructDef represents an OMG IDL structure definition.
  TypedefDef
          TypedefDef is an abstract interface used as a base interface for all named non-object types(structures, unions, enumerations, aliases).
  UnionDef
          A UnionDef represents an OMG IDL union definition.
  ValueBoxDef
           
  ValueDef
           
 

Fields in org.omg.CORBA declared as IDLType
 IDLType ValueMember.typed_def
           
 IDLType StructMember.type_def
           
 IDLType ParameterDescription.type_def
           
 IDLType UnionMember.type_def
           
 

Methods in org.omg.CORBA that return IDLType
 IDLType SequenceDef.element_type_def()
           
 IDLType ConstantDef.type_def()
           
 IDLType ArrayDef.element_type_def()
           
 IDLType ValueBoxDef.original_type_def()
           
 IDLType ValueMemberDef.type_def()
           
 IDLType OperationDef.result_def()
           
 IDLType UnionDef.discriminator_type_def()
           
 IDLType AliasDef.original_type_def()
           
 IDLType AttributeDef.type_def()
           
 

Methods in org.omg.CORBA with parameters of type IDLType
 void SequenceDef.element_type_def(IDLType arg)
           
 void ConstantDef.type_def(IDLType arg)
           
 void ArrayDef.element_type_def(IDLType arg)
           
 void ValueBoxDef.original_type_def(IDLType arg)
           
 void ValueMemberDef.type_def(IDLType arg)
           
 void OperationDef.result_def(IDLType arg)
           
 SequenceDef Repository.create_sequence(int bound, IDLType element_type)
           
 ArrayDef Repository.create_array(int length, IDLType element_type)
           
 void UnionDef.discriminator_type_def(IDLType arg)
           
 ValueMemberDef ValueDef.create_value_member(String name, IDLType type_def, short access)
           
 AttributeDef ValueDef.create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 OperationDef ValueDef.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 void AliasDef.original_type_def(IDLType arg)
           
 AttributeDef InterfaceDef.create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
           
 OperationDef InterfaceDef.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 void AttributeDef.type_def(IDLType arg)
           
 ConstantDef Container.create_constant(String id, String name, String version, IDLType type, Any value)
           
 UnionDef Container.create_union(String id, String name, String version, IDLType discriminator_type, UnionMember[] members)
           
 AliasDef Container.create_alias(String id, String name, String version, IDLType original_type)
           
 ValueBoxDef Container.create_value_box(IDLType original_type_def)
           
 

Constructors in org.omg.CORBA with parameters of type IDLType
ValueMember.ValueMember(String __name, TypeCode __type, IDLType __typed_def, short __visibility)
           
StructMember.StructMember(String __name, TypeCode __type, IDLType __type_def)
           
ParameterDescription.ParameterDescription(String __name, TypeCode __type, IDLType __type_def, ParameterMode __mode)
           
UnionMember.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.