1 package org.omg.DynamicAny; 2 3 4 /** 5 * org/omg/DynamicAny/DynValueBox.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl 8 * Saturday, February 9, 2008 9:40:12 AM GMT 9 */ 10 11 12 /** 13 * DynValueBox objects support the manipulation of IDL boxed value types. 14 * The DynValueBox interface can represent both null and non-null value types. 15 * For a DynValueBox representing a non-null value type, the DynValueBox has a single component 16 * of the boxed type. A DynValueBox representing a null value type has no components 17 * and a current position of -1. 18 */ 19 public interface DynValueBox extends DynValueBoxOperations, org.omg.DynamicAny.DynValueCommon, org.omg.CORBA.portable.IDLEntity 20 { 21 } // interface DynValueBox 22