JavaTM 2 Platform
Standard Ed. 5.0

org.omg.CORBA
インタフェース DynValue

すべてのスーパーインタフェース:
DynAny, Object

推奨されていません。 代わりに新しい DynValue を使用してください。

@Deprecated
public interface DynValue
extends Object, DynAny

IDL 値型に関連している DynAny オブジェクトを表示します。


メソッドの概要
 TCKind current_member_kind()
          推奨されていません。 現在のメンバを記述する TCKind オブジェクトを返します。
 String current_member_name()
          推奨されていません。 Value オブジェクトを表す DynAny オブジェクトのトラバーサルの間に、現在のメンバの名前を返します。
 NameValuePair[] get_members()
          推奨されていません。 この DynValue に格納されている値オブジェクトのすべてのメンバを格納している配列を返します。
 void set_members(NameValuePair[] value)
          推奨されていません。 この DynValue オブジェクトが表す値オブジェクトのメンバを、NameValuePair オブジェクトの指定した配列に設定します。
 
インタフェース 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
 

メソッドの詳細

current_member_name

String current_member_name()
推奨されていません。 
Value オブジェクトを表す DynAny オブジェクトのトラバーサルの間に、現在のメンバの名前を返します。

戻り値:
現在のメンバの名前

current_member_kind

TCKind current_member_kind()
推奨されていません。 
現在のメンバを記述する TCKind オブジェクトを返します。

戻り値:
現在のメンバに対応する TCKind オブジェクト

get_members

NameValuePair[] get_members()
推奨されていません。 
この DynValue に格納されている値オブジェクトのすべてのメンバを格納している配列を返します。

戻り値:
名前と値のペアの配列
関連項目:
set_members(org.omg.CORBA.NameValuePair[])

set_members

void set_members(NameValuePair[] value)
                 throws InvalidSeq
推奨されていません。 
この DynValue オブジェクトが表す値オブジェクトのメンバを、NameValuePair オブジェクトの指定した配列に設定します。

パラメータ:
value - 設定される名前と値のペアの配列
例外:
InvalidSeq - 指定した配列の一部に矛盾した値がある場合
関連項目:
get_members()

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。