net.noco.dtogen.qdox.ext
Class WritableJavaField

java.lang.Object
  extended bycom.thoughtworks.qdox.model.AbstractJavaEntity
      extended bycom.thoughtworks.qdox.model.JavaField
          extended bynet.noco.dtogen.qdox.ext.WritableJavaField
All Implemented Interfaces:
java.lang.Comparable, com.thoughtworks.qdox.model.Member, java.io.Serializable

public class WritableJavaField
extends com.thoughtworks.qdox.model.JavaField

Class usage XXX

Version:
$Revision: 1.16 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.thoughtworks.qdox.model.JavaField
 
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
modifiers, name
 
Constructor Summary
WritableJavaField()
           
 
Method Summary
 void write(com.thoughtworks.qdox.model.IndentBuffer result)
           
 
Methods inherited from class com.thoughtworks.qdox.model.JavaField
compareTo, getCallSignature, getDeclarationSignature, getType, setType, writeBody
 
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, setLineNumber, setModifiers, setName, setParent, setTags, toString, writeAccessibilityModifier, writeAllModifiers, writeNonAccessibilityModifiers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WritableJavaField

public WritableJavaField()
Method Detail

write

public void write(com.thoughtworks.qdox.model.IndentBuffer result)


Copyright © 2004 Alexandru Popescu (a.k.a. the_mindstorm). All Rights Reserved.