Uses of Class
org.omg.CORBA.ORBPackage.InconsistentTypeCode

Packages that use InconsistentTypeCode
org.omg.CORBA.ORBPackage   
 

Uses of InconsistentTypeCode in org.omg.CORBA.ORBPackage
 

Fields in org.omg.CORBA.ORBPackage declared as InconsistentTypeCode
 InconsistentTypeCode InconsistentTypeCodeHolder.value
           
 

Methods in org.omg.CORBA.ORBPackage that return InconsistentTypeCode
static InconsistentTypeCode InconsistentTypeCodeHelper.extract(Any any)
           
static InconsistentTypeCode InconsistentTypeCodeHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA.ORBPackage with parameters of type InconsistentTypeCode
static void InconsistentTypeCodeHelper.insert(Any any, InconsistentTypeCode s)
           
static void InconsistentTypeCodeHelper.write(OutputStream out, InconsistentTypeCode s)
           
 

Constructors in org.omg.CORBA.ORBPackage with parameters of type InconsistentTypeCode
InconsistentTypeCodeHolder(InconsistentTypeCode initial)