KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > DynamicAny > DynArray


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 JavaDoc, org.omg.DynamicAny.DynAny JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
18 {
19 } // interface DynArray
20
Popular Tags