org.omg.CORBA
Class TypeDescription
java.lang.Object
org.omg.CORBA.TypeDescription
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class TypeDescription
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of struct "TypeDescription"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
id
public java.lang.String id
defined_in
public java.lang.String defined_in
version
public java.lang.String version
type
public TypeCode type
TypeDescription
public TypeDescription()
TypeDescription
public TypeDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type)