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. package org.omg.CORBA;
  14. /**
  15. * tempout/org/omg/CORBA/IDLType.java
  16. * Generated by the IBM IDL-to-Java compiler, version 1.0
  17. * from ../../Lib/ir.idl
  18. * Thursday, February 25, 1999 2:11:23 o'clock PM PST
  19. */
  20. /**
  21. * An abstract interface inherited by all Interface Repository
  22. * (IR) objects that represent OMG IDL types. It provides access
  23. * to the <code>TypeCode</code> object describing the type and is used in defining the
  24. * other interfaces wherever definitions of <code>IDLType</code> must be referenced.
  25. */
  26. public interface IDLType extends IDLTypeOperations, org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity
  27. {
  28. } // interface IDLType