net.sourceforge.jane.lang.qdox
Class QDoxFieldInfo

java.lang.Object
  |
  +--net.sourceforge.jane.lang.qdox.QDoxJavaElement
        |
        +--net.sourceforge.jane.lang.qdox.QDoxFieldInfo
All Implemented Interfaces:
FieldInfo, JavaElement

public class QDoxFieldInfo
extends QDoxJavaElement
implements FieldInfo

Java field information.


Fields inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement
entity, jane
 
Constructor Summary
QDoxFieldInfo(Jane aJane, com.thoughtworks.qdox.model.JavaField aField)
          Create a new QDoxFieldInfo.
 
Method Summary
 ClassInfo getType()
          Returns the type field.
 boolean isFinal()
          Returns true if this field is final.
 boolean isStatic()
          Returns true if this field is static.
 
Methods inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement
getName, isPackageProtected, isPrivate, isProtected, isPublic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.jane.lang.JavaElement
getName, isPackageProtected, isPrivate, isProtected, isPublic
 

Constructor Detail

QDoxFieldInfo

public QDoxFieldInfo(Jane aJane,
                     com.thoughtworks.qdox.model.JavaField aField)
Create a new QDoxFieldInfo.
Method Detail

getType

public ClassInfo getType()
Returns the type field.
Specified by:
getType in interface FieldInfo

isFinal

public boolean isFinal()
Returns true if this field is final.
Specified by:
isFinal in interface FieldInfo

isStatic

public boolean isStatic()
Returns true if this field is static.
Specified by:
isStatic in interface FieldInfo


Copyright © 2002-2002 SourceForge. All Rights Reserved.