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 anany
at runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?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 and Description DynAny
_DynAnyFactoryStub. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.DynAny
DynAnyFactoryOperations. create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.DynAny
_DynAnyFactoryStub. create_dyn_any(Any value)
Creates a new DynAny object from an any value.DynAny
DynAnyFactoryOperations. create_dyn_any(Any value)
Creates a new DynAny object from an any value. -
Uses of InconsistentTypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return InconsistentTypeCode Modifier and Type Method and Description static InconsistentTypeCode
InconsistentTypeCodeHelper. extract(Any a)
static InconsistentTypeCode
InconsistentTypeCodeHelper. read(InputStream istream)
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode Modifier and Type Method and Description static void
InconsistentTypeCodeHelper. insert(Any a, InconsistentTypeCode that)
static void
InconsistentTypeCodeHelper. write(OutputStream ostream, InconsistentTypeCode value)
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.