Uses of Interface
org.omg.DynamicAny.DynValueCommonOperations
-
Packages that use DynValueCommonOperations 软件包 描述 org.omg.DynamicAny 提供类和接口,可以在运行时遍历与any
相关联的数据值,并提取数据值的原始组成部分。 -
-
Uses of DynValueCommonOperations in org.omg.DynamicAny
Subinterfaces of DynValueCommonOperations in org.omg.DynamicAny Modifier and Type 接口 描述 interface
DynValue
DynValue对象支持IDL非盒装值类型的操作。interface
DynValueBox
DynValueBox对象支持IDL框值类型的操作。interface
DynValueBoxOperations
DynValueBox对象支持IDL框值类型的操作。interface
DynValueCommon
DynValueCommon提供由DynValue和DynValueBox接口支持的操作。interface
DynValueOperations
DynValue对象支持IDL非盒装值类型的操作。Classes in org.omg.DynamicAny that implement DynValueCommonOperations Modifier and Type Class 描述 class
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types.
-