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
- Java Class org.omg.CORBA.AttributeDefHolder
- Source File org/omg/CORBA/AttributeDefHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::AttributeDef
- Repository Identifier IDL:omg.org/CORBA/AttributeDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface AttributeDef : ::CORBA::Contained {
readonly attribute TypeCode type;
attribute ::CORBA::IDLType type_def;
attribute ::CORBA::AttributeMode mode;
};
value-
AttributeDefHolder()
-
AttributeDefHolder(AttributeDef)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public AttributeDef value
AttributeDefHolder
public AttributeDefHolder()
AttributeDefHolder
public AttributeDefHolder(AttributeDef 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