JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
介面 DynStruct

所有父級介面:
DynAny, Object

已過時。 使用新的 DynStruct 替代

@Deprecated
public interface DynStruct
extends Object, DynAny

與 IDL struct 關聯的 DynAny 物件的表示形式。


方法摘要
 TCKind current_member_kind()
          已過時。 返回描述當前成員的種類別的 TCKind 物件。
 String current_member_name()
          已過時。 在遍歷期間返回當前成員的名稱。
 NameValuePair[] get_members()
          已過時。 返回包含所有已存儲 struct 成員的陣列。
 void set_members(NameValuePair[] value)
          已過時。 設置 struct 的成員。
 
從介面 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
 
從介面 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
 

方法詳細資訊

current_member_name

String current_member_name()
已過時。 
在遍歷期間返回當前成員的名稱。

返回:
當前成員的字元串名稱

current_member_kind

TCKind current_member_kind()
已過時。 
返回描述當前成員的種類別的 TCKind 物件。

返回:
描述當前成員的 TCKind 物件

get_members

NameValuePair[] get_members()
已過時。 
返回包含所有已存儲 struct 成員的陣列。

返回:
名稱-值對所組成的陣列
另請參見:
set_members(org.omg.CORBA.NameValuePair[])

set_members

void set_members(NameValuePair[] value)
                 throws InvalidSeq
已過時。 
設置 struct 的成員。

參數:
value - 名稱-值對所組成的陣列。
拋出:
InvalidSeq - 如果給定參數無效
另請參見:
get_members()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only