| Package | Description | 
|---|---|
| org.omg.DynamicAny | Provides classes and interfaces that enable traversal of the data value
 associated with an  anyat
runtime, and extraction of the primitive constituents of the data value. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DynAnyAny values can be dynamically interpreted (traversed) and constructed through DynAny objects. | 
| interface  | DynArrayDynArray objects support the manipulation of IDL arrays. | 
| interface  | DynArrayOperationsDynArray objects support the manipulation of IDL arrays. | 
| interface  | DynEnumDynEnum objects support the manipulation of IDL enumerated values. | 
| interface  | DynEnumOperationsDynEnum objects support the manipulation of IDL enumerated values. | 
| interface  | DynFixedDynFixed objects support the manipulation of IDL fixed values. | 
| interface  | DynFixedOperationsDynFixed objects support the manipulation of IDL fixed values. | 
| interface  | DynSequenceDynSequence objects support the manipulation of IDL sequences. | 
| interface  | DynSequenceOperationsDynSequence objects support the manipulation of IDL sequences. | 
| interface  | DynStructDynStruct objects support the manipulation of IDL struct and exception values. | 
| interface  | DynStructOperationsDynStruct objects support the manipulation of IDL struct and exception values. | 
| interface  | DynUnionDynUnion objects support the manipulation of IDL unions. | 
| interface  | DynUnionOperationsDynUnion objects support the manipulation of IDL unions. | 
| interface  | DynValueDynValue objects support the manipulation of IDL non-boxed value types. | 
| interface  | DynValueBoxDynValueBox objects support the manipulation of IDL boxed value types. | 
| interface  | DynValueBoxOperationsDynValueBox objects support the manipulation of IDL boxed value types. | 
| interface  | DynValueCommonDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces. | 
| interface  | DynValueCommonOperationsDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces. | 
| interface  | DynValueOperationsDynValue objects support the manipulation of IDL non-boxed value types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | _DynAnyStubAny values can be dynamically interpreted (traversed) and constructed through DynAny objects. | 
| class  | _DynArrayStubDynArray objects support the manipulation of IDL arrays. | 
| class  | _DynEnumStubDynEnum objects support the manipulation of IDL enumerated values. | 
| class  | _DynFixedStubDynFixed objects support the manipulation of IDL fixed values. | 
| class  | _DynSequenceStubDynSequence objects support the manipulation of IDL sequences. | 
| class  | _DynStructStubDynStruct objects support the manipulation of IDL struct and exception values. | 
| class  | _DynUnionStubDynUnion objects support the manipulation of IDL unions. | 
| class  | _DynValueStubDynValue objects support the manipulation of IDL non-boxed value types. | 
 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.