| Package | Description |
|---|---|
| org.omg.DynamicAny |
| Modifier and Type | Class and Description |
|---|---|
class |
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types.
|
| Modifier and Type | Field and Description |
|---|---|
DynValue |
DynValueHolder.value |
| Modifier and Type | Method and Description |
|---|---|
DynValue |
DynValuePOA._this() |
DynValue |
DynValuePOA._this(ORB orb) |
static DynValue |
DynValueHelper.extract(Any a) |
static DynValue |
DynValueHelper.narrow(Object obj) |
static DynValue |
DynValueHelper.read(InputStream istream) |
static DynValue |
DynValueHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DynValueHelper.insert(Any a,
DynValue that) |
static void |
DynValueHelper.write(OutputStream ostream,
DynValue value) |
| Constructor and Description |
|---|
DynValueHolder(DynValue initialValue) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.