org.omg.DynamicAny
public interface DynValueCommonOperations extends DynAnyOperations
null
.
Method Summary | |
---|---|
boolean | is_null()
Check if this DynAny is holding the null .
|
void | set_to_null()
Set the value of this DynAny to CORBA null . |
void | set_to_value()
Set the value of this DynAny to the default non-null value. |
null
.
Returns: true if this DynAny is holding the null
,
false otherwise.
null
.