Uses of Interface
org.omg.CORBA.StructDef

Packages that use StructDef
org.omg.CORBA   
 

Uses of StructDef in org.omg.CORBA
 

Fields in org.omg.CORBA declared as StructDef
 StructDef StructDefHolder.value
           
 

Methods in org.omg.CORBA that return StructDef
 StructDef ContainerOperations.create_struct(String id, String name, String version, StructMember[] members)
           
static StructDef StructDefHelper.extract(Any any)
           
static StructDef StructDefHelper.narrow(Object obj)
           
static StructDef StructDefHelper.read(InputStream in)
           
static StructDef StructDefHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type StructDef
static void StructDefHelper.insert(Any any, StructDef s)
           
static void StructDefHelper.write(OutputStream _out, StructDef s)
           
 

Constructors in org.omg.CORBA with parameters of type StructDef
StructDefHolder(StructDef initial)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.