Uses of Interface
org.omg.DynamicAny.DynValueBox

Packages that use DynValueBox
org.omg.DynamicAny   
 

Uses of DynValueBox in org.omg.DynamicAny
 

Fields in org.omg.DynamicAny declared as DynValueBox
 DynValueBox DynValueBoxHolder.value
           
 

Methods in org.omg.DynamicAny that return DynValueBox
static DynValueBox DynValueBoxHelper.extract(Any any)
           
static DynValueBox DynValueBoxHelper.narrow(Object val)
           
static DynValueBox DynValueBoxHelper.read(InputStream in)
           
 

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

Constructors in org.omg.DynamicAny with parameters of type DynValueBox
DynValueBoxHolder(DynValueBox initial)
           
 



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