org.omg.DynamicAny
public interface DynValueCommon extends DynValueCommonOperations, DynAny, IDLEntity, Object, Serializable
null
. The
{@link DynValueCommonOperations} provides methods for setting the value to
null
or non-null
and checking if the value is
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. |
null
.
Returns: true if this {@link DynAny} is holding the null
,
false otherwise.
null
.