All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AttributeDefHolder

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

public final class AttributeDefHolder
extends Object
implements Streamable

IDL definition:
interface AttributeDef : ::CORBA::Contained {
readonly attribute TypeCode type;
attribute ::CORBA::IDLType type_def;
attribute ::CORBA::AttributeMode mode;
};


Variable Index

 o value

Constructor Index

 o AttributeDefHolder()
 o AttributeDefHolder(AttributeDef)

Method Index

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

Variables

 o value
 public AttributeDef value

Constructors

 o AttributeDefHolder
 public AttributeDefHolder()
 o AttributeDefHolder
 public AttributeDefHolder(AttributeDef 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