|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JotTypeInfo
represents an encapsulation of a JotType
and the modifiers of the class it represents. It some cases the Jot can provide
this information more effeciently than others, and clients who only need
this information about a class can ask JotWorkArea
for the JotTypeInfo
instead of the class.
This interface is not intended to be implemented by clients.
Method Summary | |
JotClass |
getJotClass()
|
int |
getModifiers()
|
java.lang.String |
getName()
|
java.lang.String |
getPackage()
|
java.lang.String |
getShortName()
|
JotType |
getType()
|
boolean |
isDeprecated()
|
boolean |
isInterface()
|
Method Detail |
public JotType getType()
JotType
of the class represented by this JotTypeInfo
public java.lang.String getName()
JotTypeInfo
public java.lang.String getPackage()
public java.lang.String getShortName()
JotTypeInfo
public boolean isInterface()
JotTypeInfo
is an interfacepublic boolean isDeprecated()
JotTypeInfo
is deprecatedpublic int getModifiers()
JotTypeInfo
public JotClass getJotClass()
JotClass
that would be found in getType().getClass()
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.