JavaTM 2 Platform
Std. Ed. v1.3

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

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

public interface DynFixed
extends Object, DynAny

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


メソッドの概要
 byte[] get_value()
          この DynFixed オブジェクトで表された fixed 型の値を返します。
 void set_value(byte[] val)
          この DynFixed オブジェクトの値として、指定した fixed 型のインスタンスを設定します。
 
インタフェース 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
 
インタフェース 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
 

メソッドの詳細

get_value

public byte[] get_value()
この DynFixed オブジェクトで表された fixed 型の値を返します。
戻り値:
byte 配列の値
関連項目:
set_value(byte[])

set_value

public void set_value(byte[] val)
               throws InvalidValue
この DynFixed オブジェクトの値として、指定した fixed 型のインスタンスを設定します。
パラメータ:
val - byte 配列としての fixed 型の値
例外:
InvalidValue - 指定した引数が無効な場合
関連項目:
get_value()

JavaTM 2 Platform
Std. Ed. v1.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.