All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.IDLType

public interface IDLType
extends IRObject

IDL definition:
interface IDLType : ::CORBA::IRObject {
readonly attribute TypeCode type;
};


Method Index

 o type()

Reader for attribute: ::CORBA::IDLType::type.

Methods

 o type
 public abstract TypeCode type()

Reader for attribute: ::CORBA::IDLType::type.

readonly attribute TypeCode type;


All Packages  Class Hierarchy  This Package  Previous  Next  Index