Uses of Class
org.omg.CORBA.ValueDefPackage.FullValueDescription

Packages that use FullValueDescription
org.omg.CORBA   
org.omg.CORBA.ValueDefPackage   
 

Uses of FullValueDescription in org.omg.CORBA
 

Methods in org.omg.CORBA that return FullValueDescription
 FullValueDescription ValueDefOperations.describe_value()
           
 FullValueDescription _ValueDefStub.describe_value()
           
 FullValueDescription ValueDefPOATie.describe_value()
           
 

Uses of FullValueDescription in org.omg.CORBA.ValueDefPackage
 

Fields in org.omg.CORBA.ValueDefPackage declared as FullValueDescription
 FullValueDescription FullValueDescriptionHolder.value
           
 

Methods in org.omg.CORBA.ValueDefPackage that return FullValueDescription
static FullValueDescription FullValueDescriptionHelper.extract(Any any)
           
static FullValueDescription FullValueDescriptionHelper.read(InputStream in)
           
 

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

Constructors in org.omg.CORBA.ValueDefPackage with parameters of type FullValueDescription
FullValueDescriptionHolder(FullValueDescription initial)