1 /* 2 * @(#)IDLType.java 1.22 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 /* 8 * File: ./org/omg/CORBA/IDLType.java 9 * From: ./ir.idl 10 * Date: Fri Aug 28 16:03:31 1998 11 * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18 12 */ 13 14 package org.omg.CORBA; 15 /** 16 * tempout/org/omg/CORBA/IDLType.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 * An abstract interface inherited by all Interface Repository 24 * (IR) objects that represent OMG IDL types. It provides access 25 * to the <code>TypeCode</code> object describing the type and is used in defining the 26 * other interfaces wherever definitions of <code>IDLType</code> must be referenced. 27 */ 28 29 public interface IDLType extends IDLTypeOperations, org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity 30 { 31 } // interface IDLType 32 33 34 35