Uses of Class
org.omg.CORBA.DynAnyPackage.TypeMismatch
-
Packages that use TypeMismatch Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of TypeMismatch in org.omg.CORBA
Methods in org.omg.CORBA that throw TypeMismatch Modifier and Type Method and Description Any
DynAny. get_any()
Deprecated.Retrieves theorg.omg.CORBA.Any
contained in thisDynAny
object.boolean
DynAny. get_boolean()
Deprecated.Retrieves theboolean
contained in thisDynAny
object.char
DynAny. get_char()
Deprecated.Retrieves thechar
contained in thisDynAny
object.double
DynAny. get_double()
Deprecated.Retrieves thedouble
contained in thisDynAny
object.float
DynAny. get_float()
Deprecated.Retrieves thefloat
contained in thisDynAny
object.int
DynAny. get_long()
Deprecated.Retrieves theint
contained in thisDynAny
object.long
DynAny. get_longlong()
Deprecated.Retrieves thelong
contained in thisDynAny
object.byte
DynAny. get_octet()
Deprecated.Retrieves thebyte
contained in thisDynAny
object.Object
DynAny. get_reference()
Deprecated.Retrieves theorg.omg.CORBA.Other
contained in thisDynAny
object.short
DynAny. get_short()
Deprecated.Retrieves theshort
contained in thisDynAny
object.String
DynAny. get_string()
Deprecated.Retrieves theString
contained in thisDynAny
object.TypeCode
DynAny. get_typecode()
Deprecated.Retrieves theorg.omg.CORBA.TypeCode
contained in thisDynAny
object.int
DynAny. get_ulong()
Deprecated.Retrieves theint
contained in thisDynAny
object.long
DynAny. get_ulonglong()
Deprecated.Retrieves thelong
contained in thisDynAny
object.short
DynAny. get_ushort()
Deprecated.Retrieves theshort
contained in thisDynAny
object.Serializable
DynAny. get_val()
Deprecated.Retrieves thejava.io.Serializable
object contained in thisDynAny
object.char
DynAny. get_wchar()
Deprecated.Retrieves thechar
contained in thisDynAny
object.String
DynAny. get_wstring()
Deprecated.Retrieves theString
contained in thisDynAny
object.
-
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.