FileDocCategorySizeDatePackage
DynValueCommonOperations.javaAPI DocJava SE 5 API1093Fri Aug 26 17:25:14 BST 2005org.omg.DynamicAny

DynValueCommonOperations

public interface DynValueCommonOperations implements org.omg.DynamicAny.DynAnyOperations
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.

Fields Summary
Constructors Summary
Methods Summary
public booleanis_null()
Returns true if the DynValueCommon represents a null value type.

public voidset_to_null()
Changes the representation of a DynValueCommon to a null value type.

public voidset_to_value()
Replaces a null value type with a newly constructed value. Its components are initialized to default values as in DynAnyFactory.create_dyn_any_from_type_code. If the DynValueCommon represents a non-null value type, then this operation has no effect.