1. /*
  2. * @(#)IDLType.java 1.18 00/02/02
  3. *
  4. * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. /*
  11. * File: ./org/omg/CORBA/IDLType.java
  12. * From: ./ir.idl
  13. * Date: Fri Aug 28 16:03:31 1998
  14. * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
  15. */
  16. package org.omg.CORBA;
  17. /**
  18. * tempout/org/omg/CORBA/IDLType.java
  19. * Generated by the IBM IDL-to-Java compiler, version 1.0
  20. * from ../../Lib/ir.idl
  21. * Thursday, February 25, 1999 2:11:23 o'clock PM PST
  22. */
  23. /**
  24. * An abstract interface inherited by all Interface Repository
  25. * (IR) objects that represent OMG IDL types. It provides access
  26. * to the <code>TypeCode</code> object describing the type and is used in defining the
  27. * other interfaces wherever definitions of <code>IDLType</code> must be referenced.
  28. */
  29. public interface IDLType extends IDLTypeOperations, org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity
  30. {
  31. } // interface IDLType