Uses of Interface
org.omg.DynamicAny.DynValue
-
Packages that use DynValue 软件包 描述 org.omg.DynamicAny 提供类和接口,可以在运行时遍历与any
相关联的数据值,并提取数据值的原始组成部分。 -
-
Uses of DynValue in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynValue Modifier and Type Class 描述 class
_DynValueStub
DynValue对象支持IDL非盒装值类型的操作。Methods in org.omg.DynamicAny that return DynValue Modifier and Type 方法 描述 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)
Methods in org.omg.DynamicAny with parameters of type DynValue Modifier and Type 方法 描述 static void
DynValueHelper. insert(Any a, DynValue that)
static void
DynValueHelper. write(OutputStream ostream, DynValue value)
-