KickJava   Java API By Example, From Geeks To Geeks.

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


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 JavaDoc, org.omg.DynamicAny.DynValueCommon JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
20 {
21 } // interface DynValueBox
22
Popular Tags