org.omg.DynamicAny
Interface DynValueBox

All Superinterfaces:
DynAny, DynAnyOperations, DynValueBoxOperations, DynValueCommon, DynValueCommonOperations, IDLEntity, Object, Serializable
public interface DynValueBox
extends DynValueBoxOperations, DynValueCommon, IDLEntity

DynValueBox objects support the manipulation of IDL boxed value types. The DynValueBox interface can represent both null and non-null value types. For a DynValueBox representing a non-null value type, the DynValueBox has a single component of the boxed type. A DynValueBox representing a null value type has no components and a current position of -1.

Methods inherited from interface org.omg.DynamicAny.DynValueBoxOperations
get_boxed_value_as_dyn_any, get_boxed_value, set_boxed_value_as_dyn_any, set_boxed_value
 
Methods inherited from interface org.omg.DynamicAny.DynValueCommonOperations
is_null, set_to_null,