Uses of Interface
org.omg.DynamicAny.DynValue

Packages that use DynValue
org.omg.DynamicAny   
 

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 DynValuePOATie._this()
           
 DynValue DynValuePOATie._this(ORB orb)
           
 DynValue DynValuePOA._this()
           
 DynValue DynValuePOA._this(ORB orb)
           
static DynValue DynValueHelper.extract(Any any)
           
static DynValue DynValueHelper.read(InputStream in)
           
static DynValue DynValueHelper.narrow(java.lang.Object obj)
           
static DynValue DynValueHelper.narrow(Object obj)
           
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)