Java プラットフォーム 1.2

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


public abstract interface DynFixed
extends Object, DynAny

IDL の fixed 型に関連付けられている DynAny オブジェクトを表す DynFixed インタフェースです。


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

public void set_value(byte[] val)
               throws InvalidValue
fixed 型のインスタンスの値をこの DynFixed に設定します。
パラメータ:
val - byte 配列の値

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.