JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
介面 DynFixed

所有父級介面:
DynAny, Object

已過時。 使用新的 DynFixed 替代

@Deprecated
public interface DynFixed
extends Object, DynAny

表示與 IDL fixed 型別關聯的 DynAny 物件。


方法摘要
 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
 
從介面 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
 

方法詳細資訊

get_value

byte[] get_value()
已過時。 
返回此 DynFixed 物件表示的 fixed 型別的值。

返回:
位元組陣列形式的值
另請參見:
set_value(byte[])

set_value

void set_value(byte[] val)
               throws InvalidValue
已過時。 
將給定 fixed 型別的實例設置為此 DynFixed 物件的值。

參數:
val - byte 陣列形式的 fixed 型別值
拋出:
InvalidValue - 如果給定參數錯誤
另請參見:
get_value()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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