All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.StructDefHelper
interface StructDef : ::CORBA::TypedefDef, ::CORBA::Container { attribute ::CORBA::StructMemberSeq members; };
public StructDefHelper()
public static StructDef narrow(Object object)
public static StructDef bind(ORB orb)
public static StructDef bind(ORB orb, String name)
public static StructDef bind(ORB orb, String name, String host, BindOptions options)
public static StructDef read(InputStream _input)
public static void write(OutputStream _output, StructDef value)
public static void insert(Any any, StructDef value)
public static StructDef extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index