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