com.borland.jbuilder.jot
Interface JotType

All Known Implementing Classes:
JotArrayClass, JotPrimitiveClass

public interface JotType

This class represents a type identifier.


Method Summary
 JotClass getJotClass()
          Returns the JotClass object which represents this type.
 JotClassSource getJotClassSource()
          Returns the JotClassSource object which represents this type.
 java.lang.String getName()
           
 void setName(java.lang.String value)
           
 

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)
             throws java.lang.IllegalAccessException

getJotClass

public JotClass getJotClass()
Returns the JotClass object which represents this type. If this type is not primitive or an array, and has not been compiled, then returns null.

getJotClassSource

public JotClassSource getJotClassSource()
Returns the JotClassSource object which represents this type. If this type is primitive or an array, then returns null.