Uses of Interface
org.omg.DynamicAny.DynValue

Packages that use DynValue
org.jacorb.orb.dynany   
org.omg.DynamicAny   
 

Uses of DynValue in org.jacorb.orb.dynany
 

Classes in org.jacorb.orb.dynany that implement DynValue
 class DynValue
          CORBA DynValue
 

Uses of DynValue in org.omg.DynamicAny
 

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

Fields in org.omg.DynamicAny declared as DynValue
 DynValue DynValueHolder.value
           
 

Methods in org.omg.DynamicAny that return DynValue
 DynValue DynValuePOA._this()
           
 DynValue DynValuePOATie._this()
           
 DynValue DynValuePOA._this(ORB orb)
           
 DynValue DynValuePOATie._this(ORB orb)
           
static DynValue DynValueHelper.extract(Any any)
           
static DynValue DynValueHelper.narrow(Object obj)
           
static DynValue DynValueHelper.read(InputStream in)
           
static DynValue DynValueHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.DynamicAny with parameters of type DynValue
static void DynValueHelper.insert(Any any, DynValue s)
           
static void DynValueHelper.write(OutputStream _out, DynValue s)
           
 

Constructors in org.omg.DynamicAny with parameters of type DynValue
DynValueHolder(DynValue initial)