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