All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.EstructDefHolder
java.lang.Object
|
+----org.omg.CORBA.EstructDefHolder
- public final class EstructDefHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.EstructDefHolder
- Source File org/omg/CORBA/EstructDefHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::EstructDef
- Repository Identifier IDL:omg.org/CORBA/EstructDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface EstructDef : ::CORBA::TypedefDef, ::CORBA::Container {
readonly attribute TypeCode base;
attribute ::CORBA::EstructDef base_def;
attribute ::CORBA::StructMemberSeq members;
};
value-
EstructDefHolder()
-
EstructDefHolder(EstructDef)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public EstructDef value
EstructDefHolder
public EstructDefHolder()
EstructDefHolder
public EstructDefHolder(EstructDef value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index