Uses of Interface
org.omg.DynamicAny.DynValue

Packages that use DynValue
org.omg.DynamicAny   
 

Uses of DynValue in org.omg.DynamicAny
 

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

Methods in org.omg.DynamicAny that return DynValue
static DynValue DynValueHelper.extract(Any any)
           
static DynValue DynValueHelper.narrow(Object val)
           
static DynValue DynValueHelper.read(InputStream in)
           
static DynValue DynValueHelper.unchecked_narrow(Object val)
           
 

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

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.