org.omg.DynamicAny

Interface DynValue

public interface DynValue extends DynValueOperations, DynValueCommon, DynAny, IDLEntity, Object, Serializable

Defines a non boxed value type. From the view point of DynAny, the Value is very much like structure. The access to fields of this structer are supported via {@link DynValueOperations} interface.Unlike structure, the value can also be equal to null that is supported via {@link DynValueCommonOperations} interface.