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. * The interface for <tt>IDLType</tt>. For more information on
  10. * Operations interfaces, see <a href="doc-files/generatedfiles.html#operations">
  11. * "Generated Files: Operations files"</a>.
  12. */
  13. /*
  14. tempout/org/omg/CORBA/IDLTypeOperations.java
  15. Generated by the IBM IDL-to-Java compiler, version 1.0
  16. from ../../Lib/ir.idl
  17. Thursday, February 25, 1999 2:11:23 o'clock PM PST
  18. */
  19. /**
  20. * This interface must be implemented by all IDLType objects.
  21. * The IDLType is inherited by all IR objects that
  22. * represent IDL types, including interfaces, typedefs, and
  23. * anonymous types.
  24. * @see IDLType
  25. * @see IRObject
  26. * @see IRObjectOperations
  27. */
  28. public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations
  29. {
  30. /**
  31. * The type attribute describes the type defined by an object
  32. * derived from <code>IDLType</code>.
  33. * @return the <code>TypeCode</code> defined by this object.
  34. */
  35. org.omg.CORBA.TypeCode type ();
  36. } // interface IDLTypeOperations