Extension SDK

oracle.jdeveloper.jot
Interface JotType

All Superinterfaces:
JotIdentifier

public interface JotType
extends JotIdentifier

Defines the JOT representation of a class or interface. Methods defined for this class retrieve the JOT representations of the class' definition.


Method Summary
 JotClass getJotClass(int needs)
          Retrieves the read-only JOT representation of the definition of this class or interface.
 
Methods inherited from interface oracle.jdeveloper.jot.JotIdentifier
getName, setName
 

Method Detail

getJotClass

public JotClass getJotClass(int needs)
Retrieves the read-only JOT representation of the definition of this class or interface.

Parameters:
needs - whether to retrieve a JotClass representation based on a classfile, sourcefile, or any.
Returns:
a read-only representation of a Java class.
See Also:
JotManager.NEED_CLASS, JotManager.NEED_SOURCE, JotManager.NEED_ANY

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.