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.io.Serializable

public class JavaField
extends AbstractJavaEntity

See Also:
Serialized Form

Field Summary
private  JavaClass parentClass
           
private  Type type
           
 
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
modifiers, name
 
Constructor Summary
JavaField()
           
 
Method Summary
 JavaClass getParentClass()
           
 Type getType()
           
 void setParentClass(JavaClass parentClass)
           
 void setType(Type type)
           
protected  void writeBody(IndentBuffer result)
           
 
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
commentHeader, getComment, getModifiers, getName, getNamedParameter, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransient, 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

type

private Type type

parentClass

private JavaClass parentClass
Constructor Detail

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)

getParentClass

public JavaClass getParentClass()

setParentClass

public void setParentClass(JavaClass parentClass)