Uses of Interface
org.omg.DynamicAny.DynFixed

Packages that use DynFixed
org.omg.DynamicAny   
 

Uses of DynFixed in org.omg.DynamicAny
 

Fields in org.omg.DynamicAny declared as DynFixed
 DynFixed DynFixedHolder.value
           
 

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

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

Constructors in org.omg.DynamicAny with parameters of type DynFixed
DynFixedHolder(DynFixed initial)
           
 



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