< prev index next >

src/java.corba/share/classes/org/omg/CORBA/IDLTypeOperations.java

Print this page

        

*** 23,36 **** * questions. */ package org.omg.CORBA; /** ! * The interface for <tt>IDLType</tt>. For more information on ! * Operations interfaces, see <a href="doc-files/generatedfiles.html#operations"> ! * "Generated Files: Operations files"</a>. ! */ /* tempout/org/omg/CORBA/IDLTypeOperations.java Generated by the IBM IDL-to-Java compiler, version 1.0 from ../../Lib/ir.idl --- 23,36 ---- * questions. */ package org.omg.CORBA; /** ! * The interface for {@code IDLType}. For more information on ! * Operations interfaces, see <a href="doc-files/generatedfiles.html#operations"> ! * "Generated Files: Operations files"</a>. ! */ /* tempout/org/omg/CORBA/IDLTypeOperations.java Generated by the IBM IDL-to-Java compiler, version 1.0 from ../../Lib/ir.idl
*** 49,58 **** public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations { /** * The type attribute describes the type defined by an object ! * derived from <code>IDLType</code>. ! * @return the <code>TypeCode</code> defined by this object. */ org.omg.CORBA.TypeCode type (); } // interface IDLTypeOperations --- 49,58 ---- public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations { /** * The type attribute describes the type defined by an object ! * derived from {@code IDLType}. ! * @return the {@code TypeCode} defined by this object. */ org.omg.CORBA.TypeCode type (); } // interface IDLTypeOperations
< prev index next >