org.omg.DynamicAny
Interface DynValueCommonOperations
public
interface
DynValueCommonOperations
extends DynAnyOperations
Provides operations, applicable to {@link DynAny}s that may hold CORBA
null
.
Method Summary |
boolean | is_null()
Check if this {@link DynAny} is holding the null .
|
void | set_to_null()
Set the value of this {@link DynAny} to CORBA null . |
void | set_to_value()
Set the value of this {@link DynAny} to the default non-null value. |
public boolean is_null()
Check if this {@link DynAny} is holding the
null
.
Returns: true if this {@link DynAny} is holding the null
,
false otherwise.
public void set_to_null()
Set the value of this {@link DynAny} to CORBA null
.
public void set_to_value()
Set the value of this {@link DynAny} to the default non-null value. The
target {@link DynAny} creates a new data structure, intialised to the
agreed default values, as defined in {@link DynAnyFactoryOperations}.