KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > DynamicAny > DynValueBoxOperations

org.omg.DynamicAny
Interface DynValueBoxOperations

All Superinterfaces:
DynAnyOperations, DynValueCommonOperations
All Known Subinterfaces:
DynValueBox
See Also:
Source Code

Any get_boxed_value()
                    throws InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


DynAny get_boxed_value_as_dyn_any()
                                  throws InvalidValue
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_boxed_value(Any boxed)
                     throws TypeMismatch
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void set_boxed_value_as_dyn_any(DynAny boxed)
                                throws TypeMismatch
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags