|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
org.omg.CORBA
接口 DynStruct
已过时。 使用新的 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 的成员。 |
方法详细信息 |
---|
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()
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |