Uses of Interface
org.omg.DynamicAny.DynValueOperations

Packages that use DynValueOperations
org.omg.DynamicAny   
 

Uses of DynValueOperations in org.omg.DynamicAny
 

Subinterfaces of DynValueOperations in org.omg.DynamicAny
 interface DynValue
          Generated from IDL interface "DynValue"
 

Classes in org.omg.DynamicAny that implement DynValueOperations
 class _DynValueStub
          Generated from IDL interface "DynValue"
 class DynValuePOA
          Generated from IDL interface "DynValue"
 class DynValuePOATie
          Generated from IDL interface "DynValue"
 

Methods in org.omg.DynamicAny that return DynValueOperations
 DynValueOperations DynValuePOATie._delegate()
           
 

Methods in org.omg.DynamicAny with parameters of type DynValueOperations
 void DynValuePOATie._delegate(DynValueOperations delegate)
           
 

Constructors in org.omg.DynamicAny with parameters of type DynValueOperations
DynValuePOATie(DynValueOperations delegate)
           
DynValuePOATie(DynValueOperations delegate, POA poa)