org.omg.DynamicAny
public interface DynValueBoxOperations extends DynValueCommonOperations, DynAnyOperations
Method Summary | |
---|---|
Any | get_boxed_value()
Get the return the content of the "box" as the Any.
|
DynAny | get_boxed_value_as_dyn_any()
Get the return the content of the "box" as the DynAny.
|
void | set_boxed_value(Any boxIt)
Set the value of the "box" as Any.
|
void | set_boxed_value_as_dyn_any(DynAny boxIt)
Set the value of the "box" from DynAny.
|
Throws: InvalidValue if the object is holding null
.
Throws: InvalidValue if the object is holding null
.
Parameters: boxIt a value to place into the box.
Throws: TypeMismatch if the type is not matching the current boxed value type.
Parameters: boxIt a value to box.
Throws: TypeMismatch if the type is not matching the current boxed value type.