All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.StructDefHolder

java.lang.Object
    |
    +----org.omg.CORBA.StructDefHolder

public final class StructDefHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
interface StructDef : ::CORBA::TypedefDef, ::CORBA::Container {
attribute ::CORBA::StructMemberSeq members;
};


Variable Index

 o value

Constructor Index

 o StructDefHolder()
 o StructDefHolder(StructDef)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public StructDef value

Constructors

 o StructDefHolder
public StructDefHolder()
 o StructDefHolder
public StructDefHolder(StructDef value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index