Uses of Class
org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode

Packages that use InconsistentTypeCode
org.jacorb.orb.dynany   
org.omg.DynamicAny   
org.omg.DynamicAny.DynAnyFactoryPackage   
 

Uses of InconsistentTypeCode in org.jacorb.orb.dynany
 

Methods in org.jacorb.orb.dynany that throw InconsistentTypeCode
 DynAny DynAnyFactoryImpl.create_dyn_any(Any value)
           
 DynAny DynAnyFactoryImpl.create_dyn_any_from_type_code(TypeCode type)
           
 

Uses of InconsistentTypeCode in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny that throw InconsistentTypeCode
 DynAny DynAnyFactoryPOATie.create_dyn_any(Any value)
           
 DynAny DynAnyFactoryPOATie.create_dyn_any_from_type_code(TypeCode type)
           
 DynAny _DynAnyFactoryStub.create_dyn_any(Any value)
           
 DynAny _DynAnyFactoryStub.create_dyn_any_from_type_code(TypeCode type)
           
 DynAny DynAnyFactoryOperations.create_dyn_any(Any value)
           
 DynAny DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type)
           
 

Uses of InconsistentTypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
 

Fields in org.omg.DynamicAny.DynAnyFactoryPackage declared as InconsistentTypeCode
 InconsistentTypeCode InconsistentTypeCodeHolder.value
           
 

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

Methods in org.omg.DynamicAny.DynAnyFactoryPackage 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.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode
InconsistentTypeCodeHolder(InconsistentTypeCode initial)