Uses of Class
org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode
-
Packages that use InconsistentTypeCode Package Description org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with ananyat runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from theDynAnyFactoryinterface of theDynamicAnymodule specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.2. -
-
Uses of InconsistentTypeCode in org.omg.DynamicAny
Methods in org.omg.DynamicAny that throw InconsistentTypeCode Modifier and Type Method Description DynAny_DynAnyFactoryStub. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAnyDynAnyFactoryOperations. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAny_DynAnyFactoryStub. create_dyn_any_from_type_code(TypeCode type)Creates a DynAny from a TypeCode.DynAnyDynAnyFactoryOperations. create_dyn_any_from_type_code(TypeCode type)Creates a DynAny from a TypeCode. -
Uses of InconsistentTypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return InconsistentTypeCode Modifier and Type Method Description static InconsistentTypeCodeInconsistentTypeCodeHelper. extract(Any a)static InconsistentTypeCodeInconsistentTypeCodeHelper. read(InputStream istream)Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode Modifier and Type Method Description static voidInconsistentTypeCodeHelper. insert(Any a, InconsistentTypeCode that)static voidInconsistentTypeCodeHelper. write(OutputStream ostream, InconsistentTypeCode value)
-