All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.IDLTypeHolder
java.lang.Object
|
+----org.omg.CORBA.IDLTypeHolder
- public final class IDLTypeHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.IDLTypeHolder
- Source File org/omg/CORBA/IDLTypeHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::IDLType
- Repository Identifier IDL:omg.org/CORBA/IDLType:1.0
IDL definition:
interface IDLType : ::CORBA::IRObject {
readonly attribute TypeCode type;
};
-
value
-
-
IDLTypeHolder()
-
-
IDLTypeHolder(IDLType)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public IDLType value
IDLTypeHolder
public IDLTypeHolder()
IDLTypeHolder
public IDLTypeHolder(IDLType 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