com.thoughtworks.qdox.model
Class JavaField

java.lang.Object
  extended bycom.thoughtworks.qdox.model.AbstractJavaEntity
      extended bycom.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

Field Summary
 
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
modifiers, name
 
Constructor Summary
JavaField()
           
JavaField(JavaClass parent)
           
JavaField(JavaClass parent, int lineNumber)
           
 
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
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
 

Constructor Detail

JavaField

public JavaField(JavaClass parent,
                 int lineNumber)

JavaField

public JavaField(JavaClass parent)

JavaField

public JavaField()
Method Detail

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-2004 ThoughtWorks, Inc. All Rights Reserved.