All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.TypeDescriptionHelper
struct TypeDescription { ::CORBA::Identifier name; ::CORBA::RepositoryId id; ::CORBA::RepositoryId defined_in; ::CORBA::VersionSpec version; TypeCode type; };
public TypeDescriptionHelper()
public static TypeDescription read(InputStream _input)
public static void write(OutputStream _output, TypeDescription value)
public static void insert(Any any, TypeDescription value)
public static TypeDescription extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index