KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA > IDLTypeOperations


1 /*
2  * @(#)IDLTypeOperations.java 1.12 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7 package org.omg.CORBA;
8
9 /**
10 * The interface for <tt>IDLType</tt>. For more information on
11 * Operations interfaces, see <a HREF="doc-files/generatedfiles.html#operations">
12 * "Generated Files: Operations files"</a>.
13 */

14  
15 /*
16  tempout/org/omg/CORBA/IDLTypeOperations.java
17  Generated by the IBM IDL-to-Java compiler, version 1.0
18  from ../../Lib/ir.idl
19  Thursday, February 25, 1999 2:11:23 o'clock PM PST
20 */

21
22 /**
23  * This interface must be implemented by all IDLType objects.
24  * The IDLType is inherited by all IR objects that
25  * represent IDL types, including interfaces, typedefs, and
26  * anonymous types.
27  * @see IDLType
28  * @see IRObject
29  * @see IRObjectOperations
30  */

31
32 public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations JavaDoc
33 {
34     /**
35      * The type attribute describes the type defined by an object
36      * derived from <code>IDLType</code>.
37      * @return the <code>TypeCode</code> defined by this object.
38      */

39     org.omg.CORBA.TypeCode JavaDoc type ();
40 } // interface IDLTypeOperations
41
Popular Tags