All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ORBPackage.InconsistentTypeCodeHelper

java.lang.Object
    |
    +----org.omg.CORBA.ORBPackage.InconsistentTypeCodeHelper

public abstract class InconsistentTypeCodeHelper
extends Object

IDL definition:
exception InconsistentTypeCode {
};


Constructor Index

 o InconsistentTypeCodeHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, InconsistentTypeCode)
 o read(InputStream)
 o type()
 o write(OutputStream, InconsistentTypeCode)

Constructors

 o InconsistentTypeCodeHelper
public InconsistentTypeCodeHelper()

Methods

 o read
public static InconsistentTypeCode read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         InconsistentTypeCode value)
 o insert
public static void insert(Any any,
                          InconsistentTypeCode value)
 o extract
public static InconsistentTypeCode extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index