JavaTM 2 Platform
Standard Edition

org.omg.CORBA
Interface IDLType


public interface IDLType
extends Object, IDLEntity, IRObject

An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types. It provides access to the TypeCode object describing the type and is used in defining the other interfaces wherever definitions of IDLType must be referenced.


Method Summary
 TypeCode type()
          Retrieves the TypeCode object describing the type of this object.
 
Methods inherited from interface org.omg.CORBA.IRObject
def_kind, destroy
 

Method Detail

type

public TypeCode type()
Retrieves the TypeCode object describing the type of this object.
Returns:
the TypeCode object describing this object

JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.