-
-
方法摘要
所有方法 接口方法 抽象方法 弃用的方法 Modifier and Type 方法 描述 Any[]
get_elements()
已过时。返回此数组的所有元素的值。void
set_elements(Any[] value)
已过时。将此DynArray
对象的值设置为给定的数组。-
Methods inherited from interface org.omg.CORBA.DynAny
assign, copy, current_component, destroy, from_any, get_any, get_boolean, get_char, get_double, get_float, get_long, get_longlong, get_octet, get_reference, get_short, get_string, get_typecode, get_ulong, get_ulonglong, get_ushort, get_val, get_wchar, get_wstring, insert_any, insert_boolean, insert_char, insert_double, insert_float, insert_long, insert_longlong, insert_octet, insert_reference, insert_short, insert_string, insert_typecode, insert_ulong, insert_ulonglong, insert_ushort, insert_val, insert_wchar, insert_wstring, next, rewind, seek, to_any, type
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-
-
-
方法详细信息
-
get_elements
Any[] get_elements()
已过时。返回此数组的所有元素的值。- 结果
-
阵列
Any
对象作为此值DynArray
对象 - 另请参见:
-
set_elements(org.omg.CORBA.Any[])
-
set_elements
void set_elements(Any[] value) throws InvalidSeq
已过时。将此DynArray
对象的值设置为给定的数组。- 参数
-
value
-Any
对象的数组 - 异常
-
InvalidSeq
- 如果序列不好 - 另请参见:
-
get_elements()
-
-