com.thoughtworks.qdox.model
Class JavaField
java.lang.Object
com.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.JavaField
- All Implemented Interfaces:
- java.lang.Comparable, Member, java.io.Serializable
- public class JavaField
- extends AbstractJavaEntity
- implements Member
- See Also:
- Serialized Form
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
getComment, getLineNumber, 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 |
JavaField
public JavaField(JavaClass parent,
int lineNumber)
JavaField
public JavaField(JavaClass parent)
JavaField
public JavaField()
getType
public Type getType()
writeBody
protected void writeBody(IndentBuffer result)
- Specified by:
writeBody
in class AbstractJavaEntity
setType
public void setType(Type type)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
getDeclarationSignature
public java.lang.String getDeclarationSignature(boolean withModifiers)
- Specified by:
getDeclarationSignature
in interface Member
getCallSignature
public java.lang.String getCallSignature()
- Specified by:
getCallSignature
in interface Member
Copyright © 2002-2007 ThoughtWorks, Inc. All Rights Reserved.