|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.qdox.QDoxJavaElement | +--net.sourceforge.jane.lang.qdox.QDoxFieldInfo
Java field information.
Fields inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement |
entity, jane |
Constructor Summary | |
QDoxFieldInfo(Jane aJane,
com.thoughtworks.qdox.model.JavaField aField)
Create a new QDoxFieldInfo . |
Method Summary | |
ClassInfo |
getType()
Returns the type field. |
boolean |
isFinal()
Returns true if this field is final. |
boolean |
isStatic()
Returns true if this field is static. |
Methods inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement |
getName, isPackageProtected, isPrivate, isProtected, isPublic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.jane.lang.JavaElement |
getName, isPackageProtected, isPrivate, isProtected, isPublic |
Constructor Detail |
public QDoxFieldInfo(Jane aJane, com.thoughtworks.qdox.model.JavaField aField)
QDoxFieldInfo
.Method Detail |
public ClassInfo getType()
getType
in interface FieldInfo
public boolean isFinal()
true
if this field is final.isFinal
in interface FieldInfo
public boolean isStatic()
true
if this field is static.isStatic
in interface FieldInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |