| 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). | 
| Modifier and Type | Method and Description | 
|---|---|
| Any | DynAny. get_any()Deprecated.  Retrieves the  org.omg.CORBA.Anycontained
 in thisDynAnyobject. | 
| boolean | DynAny. get_boolean()Deprecated.  Retrieves the  booleancontained
 in thisDynAnyobject. | 
| char | DynAny. get_char()Deprecated.  Retrieves the  charcontained
 in thisDynAnyobject. | 
| double | DynAny. get_double()Deprecated.  Retrieves the  doublecontained
 in thisDynAnyobject. | 
| float | DynAny. get_float()Deprecated.  Retrieves the  floatcontained
 in thisDynAnyobject. | 
| int | DynAny. get_long()Deprecated.  Retrieves the  intcontained
 in thisDynAnyobject. | 
| long | DynAny. get_longlong()Deprecated.  Retrieves the  longcontained
 in thisDynAnyobject. | 
| byte | DynAny. get_octet()Deprecated.  Retrieves the  bytecontained
 in thisDynAnyobject. | 
| Object | DynAny. get_reference()Deprecated.  Retrieves the  org.omg.CORBA.Othercontained
 in thisDynAnyobject. | 
| short | DynAny. get_short()Deprecated.  Retrieves the  shortcontained
 in thisDynAnyobject. | 
| String | DynAny. get_string()Deprecated.  Retrieves the  Stringcontained
 in thisDynAnyobject. | 
| TypeCode | DynAny. get_typecode()Deprecated.  Retrieves the  org.omg.CORBA.TypeCodecontained
 in thisDynAnyobject. | 
| int | DynAny. get_ulong()Deprecated.  Retrieves the  intcontained
 in thisDynAnyobject. | 
| long | DynAny. get_ulonglong()Deprecated.  Retrieves the  longcontained
 in thisDynAnyobject. | 
| short | DynAny. get_ushort()Deprecated.  Retrieves the  shortcontained
 in thisDynAnyobject. | 
| Serializable | DynAny. get_val()Deprecated.  Retrieves the  java.io.Serializableobject contained
 in thisDynAnyobject. | 
| char | DynAny. get_wchar()Deprecated.  Retrieves the  charcontained
 in thisDynAnyobject. | 
| String | DynAny. get_wstring()Deprecated.  Retrieves the  Stringcontained
 in thisDynAnyobject. | 
 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, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.