Methods Summary |
---|
public org.omg.CORBA.Any | get_boxed_value()Returns the boxed value as an Any.
|
public org.omg.DynamicAny.DynAny | get_boxed_value_as_dyn_any()Returns the boxed value as a DynAny.
|
public void | set_boxed_value(org.omg.CORBA.Any boxed)Replaces the boxed value with the specified value.
If the DynBoxedValue represents a null valuetype, it is converted to a non-null value.
|
public void | set_boxed_value_as_dyn_any(org.omg.DynamicAny.DynAny boxed)Replaces the boxed value with the value contained in the parameter.
If the DynBoxedValue represents a null valuetype, it is converted to a non-null value.
|