1. package org.omg.DynamicAny;
  2. /**
  3. * org/omg/DynamicAny/DynArray.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. * DynArray objects support the manipulation of IDL arrays.
  10. * Note that the dimension of the array is contained in the TypeCode which is accessible
  11. * through the type attribute. It can also be obtained by calling the component_count operation.
  12. */
  13. public interface DynArray extends DynArrayOperations, org.omg.DynamicAny.DynAny, org.omg.CORBA.portable.IDLEntity
  14. {
  15. } // interface DynArray