-  
       - All Superinterfaces:
-  
         DynAnyOperations,DynValueCommonOperations
 - All Known Subinterfaces:
-  
         DynValueBox
 
 
 public interface DynValueBoxOperations extends DynValueCommonOperations DynValueBox对象支持IDL框值类型的操作。 DynValueBox接口可以表示null和非null值类型。 对于表示非空值类型的DynValueBox,DynValueBox具有单个类型的组件。 表示空值类型的DynValueBox没有组件,当前位置为-1。
-  
        
       -  
             方法摘要所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 Anyget_boxed_value()返回Box的值为Any。DynAnyget_boxed_value_as_dyn_any()返回盒装值作为DynAny。voidset_boxed_value(Any boxed)用指定的值替换boxed值。voidset_boxed_value_as_dyn_any(DynAny boxed)用包含在参数中的值替换boxed值。-  
               Methods inherited from interface org.omg.DynamicAny.DynAnyOperationsassign, 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
 -  
               Methods inherited from interface org.omg.DynamicAny.DynValueCommonOperationsis_null, set_to_null, set_to_value
 
-  
               
 
-  
             
-  
        
       -  
             方法详细信息-  get_boxed_valueAny get_boxed_value() throws InvalidValue 返回Box的值为Any。- 异常
-  
              InvalidValue- 如果此对象表示空值框类型
 
 -  set_boxed_valuevoid set_boxed_value(Any boxed) throws TypeMismatch 用指定的值替换boxed值。 如果DynBoxedValue表示空值类型,则将其转换为非空值。- 异常
-  
              TypeMismatch- 如果此对象表示非空值框类型,并且该参数的类型与当前框值类型不匹配。
 
 -  get_boxed_value_as_dyn_anyDynAny get_boxed_value_as_dyn_any() throws InvalidValue 返回盒装值作为DynAny。- 异常
-  
              InvalidValue- 如果此对象表示空值框类型
 
 -  set_boxed_value_as_dyn_anyvoid set_boxed_value_as_dyn_any(DynAny boxed) throws TypeMismatch 用包含在参数中的值替换boxed值。 如果DynBoxedValue表示空值类型,则将其转换为非空值。- 异常
-  
              TypeMismatch- 如果此对象表示非空值框类型,并且参数的类型与当前框值类型不匹配。
 
 
-  
 
-