|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.JavaField
Field Summary | |
private Type |
type
|
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
modifiers, name |
Constructor Summary | |
JavaField()
|
|
JavaField(JavaClass parent)
|
Method Summary | |
int |
compareTo(java.lang.Object o)
|
java.lang.String |
getCallSignature()
|
java.lang.String |
getDeclarationSignature(boolean withModifiers)
|
Type |
getType()
|
void |
setType(Type type)
|
protected void |
writeBody(IndentBuffer result)
|
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
commentHeader, getComment, getModifiers, getName, getNamedParameter, getParent, getSource, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setComment, setModifiers, setName, setTags, toString, write, writeAccessibilityModifier, writeAllModifiers, writeNonAccessibilityModifiers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Type type
Constructor Detail |
public JavaField(JavaClass parent)
public JavaField()
Method Detail |
public Type getType()
protected void writeBody(IndentBuffer result)
writeBody
in class AbstractJavaEntity
public void setType(Type type)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String getDeclarationSignature(boolean withModifiers)
getDeclarationSignature
in interface Member
public java.lang.String getCallSignature()
getCallSignature
in interface Member
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |