com.thoughtworks.qdox.model
Class JavaField

java.lang.Object
  extended bycom.thoughtworks.qdox.model.AbstractJavaEntity
      extended bycom.thoughtworks.qdox.model.JavaField
All Implemented Interfaces:
Serializable

public class JavaField
extends AbstractJavaEntity

See Also:
Serialized Form

Field Summary
 
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
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
 

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)


Copyright © 2002-2003 ThoughtWorks, Inc. All Rights Reserved.