Uses of Class
org.omg.CORBA.ValueDescription

Packages that use ValueDescription
org.omg.CORBA   
 

Uses of ValueDescription in org.omg.CORBA
 

Fields in org.omg.CORBA declared as ValueDescription
 ValueDescription ValueDescriptionHolder.value
           
 

Methods in org.omg.CORBA that return ValueDescription
static ValueDescription ValueDescriptionHelper.extract(Any any)
           
static ValueDescription ValueDescriptionHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type ValueDescription
static void ValueDescriptionHelper.insert(Any any, ValueDescription s)
           
static void ValueDescriptionHelper.write(OutputStream out, ValueDescription s)
           
 

Constructors in org.omg.CORBA with parameters of type ValueDescription
ValueDescriptionHolder(ValueDescription initial)