JavaTM 2 Platform
Standard Ed. 6

org.omg.DynamicAny
介面 DynValueBoxOperations

所有父級介面:
DynAnyOperations, DynValueCommonOperations
所有已知子介面:
DynValueBox

public interface DynValueBoxOperations
extends DynValueCommonOperations

DynValueBox 物件支持對 IDL 裝箱 (boxed) 型別的操作。DynValueBox 介面可表示 null 和非 null 兩種值型別。對於表示非 null 值型別的 DynValueBox,DynValueBox 具有單個裝箱型別的元件。表示 null 值型別的 DynValueBox 沒有元件,其當前位置為 -1。


方法摘要
 DynAny get_boxed_value_as_dyn_any()
          以 DynAny 的形式返回已裝箱值。
 Any get_boxed_value()
          以 Any 的形式返回裝箱值。
 void set_boxed_value_as_dyn_any(DynAny boxed)
          使用參數中包含的值取代已裝箱值。
 void set_boxed_value(Any boxed)
          使用指定值取代已裝箱值。
 
從介面 org.omg.DynamicAny.DynValueCommonOperations 繼承的方法
is_null, set_to_null, set_to_value
 
從介面 org.omg.DynamicAny.DynAnyOperations 繼承的方法
assign, component_count, copy, current_component, destroy, equal, from_any, get_any, get_boolean, get_char, get_double, get_dyn_any, 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_dyn_any, 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_boxed_value

Any get_boxed_value()
                    throws InvalidValue
以 Any 的形式返回裝箱值。

拋出:
InvalidValue - 如果此物件表示 null 值裝箱型別

set_boxed_value

void set_boxed_value(Any boxed)
                     throws TypeMismatch
使用指定值取代已裝箱值。如果 DynBoxedValue 表示 null 值型別,則將其轉換為非 null 值。

拋出:
TypeMismatch - 如果此物件表示非 null 值裝箱型別,並且參數的型別與當前已裝箱值型別不比對。

get_boxed_value_as_dyn_any

DynAny get_boxed_value_as_dyn_any()
                                  throws InvalidValue
以 DynAny 的形式返回已裝箱值。

拋出:
InvalidValue - 如果此物件表示 null 值裝箱型別

set_boxed_value_as_dyn_any

void set_boxed_value_as_dyn_any(DynAny boxed)
                                throws TypeMismatch
使用參數中包含的值取代已裝箱值。如果 DynBoxedValue 表示 null 值型別,則將其轉換為非 null 值。

拋出:
TypeMismatch - 如果此物件表示非 null 值裝箱型別,並且參數的型別與當前已裝箱值型別不比對。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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