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_DynValueStubDynValue对象支持IDL非盒装值类型的操作。Methods in org.omg.DynamicAny that return DynValue Modifier and Type 方法 描述 static DynValueDynValueHelper. extract(Any a)static DynValueDynValueHelper. narrow(Object obj)static DynValueDynValueHelper. read(InputStream istream)static DynValueDynValueHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynValue Modifier and Type 方法 描述 static voidDynValueHelper. insert(Any a, DynValue that)static voidDynValueHelper. write(OutputStream ostream, DynValue value)
-