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