1. /*
  2. * @(#)IDLTypeOperations.java 1.7 00/02/02
  3. *
  4. * Copyright 1999, 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. package org.omg.CORBA;
  11. /*
  12. tempout/org/omg/CORBA/IDLTypeOperations.java
  13. Generated by the IBM IDL-to-Java compiler, version 1.0
  14. from ../../Lib/ir.idl
  15. Thursday, February 25, 1999 2:11:23 o'clock PM PST
  16. */
  17. /**
  18. * This interface must be implemented by all IDLType objects.
  19. * The IDLType is inherited by all IR objects that
  20. * represent IDL types, including interfaces, typedefs, and
  21. * anonymous types.
  22. * @see IDLType
  23. * @see IRObject
  24. * @see IRObjectOperations
  25. */
  26. public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations
  27. {
  28. /**
  29. * The type attribute describes the type defined by an object
  30. * derived from <code>IDLType</code>.
  31. * @return the <code>TypeCode</code> defined by this object.
  32. */
  33. org.omg.CORBA.TypeCode type ();
  34. } // interface IDLTypeOperations