Uses of Interface
org.omg.CORBA.EnumDefOperations

Packages that use EnumDefOperations
org.jacorb.ir   
org.omg.CORBA   
 

Uses of EnumDefOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement EnumDefOperations
 class EnumDef
           
 

Uses of EnumDefOperations in org.omg.CORBA
 

Subinterfaces of EnumDefOperations in org.omg.CORBA
 interface EnumDef
          Generated from IDL interface "EnumDef"
 

Classes in org.omg.CORBA that implement EnumDefOperations
 class _EnumDefStub
          Generated from IDL interface "EnumDef"
 class EnumDefPOA
          Generated from IDL interface "EnumDef"
 class EnumDefPOATie
          Generated from IDL interface "EnumDef"
 

Methods in org.omg.CORBA that return EnumDefOperations
 EnumDefOperations EnumDefPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type EnumDefOperations
 void EnumDefPOATie._delegate(EnumDefOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type EnumDefOperations
EnumDefPOATie(EnumDefOperations delegate)
           
EnumDefPOATie(EnumDefOperations delegate, POA poa)