org.omg.DynamicAny
public interface DynValueCommon extends DynValueCommonOperations, DynAny, IDLEntity, Object, Serializable
null. The
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 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.