com.borland.jbuilder.jot
Interface JotType
- All Known Implementing Classes:
- JotArrayClass, JotPrimitiveClass
- public interface JotType
This class represents a type identifier.
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
.