net.sourceforge.jane.lang.qdox
Class QDoxFields

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Fields
        |
        +--net.sourceforge.jane.lang.qdox.QDoxFields

public class QDoxFields
extends Fields

A collection of FieldInfo objects implemented using QDox.


Constructor Summary
QDoxFields(Jane aJane, com.thoughtworks.qdox.model.JavaField[] theFields)
          Create a new QDoxFields.
 
Method Summary
 FieldInfo getField(int index)
          Returns the field at the given index.
 int getFieldCount()
          Returns the number of fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDoxFields

public QDoxFields(Jane aJane,
                  com.thoughtworks.qdox.model.JavaField[] theFields)
Create a new QDoxFields.
Method Detail

getFieldCount

public int getFieldCount()
Returns the number of fields.
Overrides:
getFieldCount in class Fields

getField

public FieldInfo getField(int index)
Returns the field at the given index.
Overrides:
getField in class Fields


Copyright © 2002-2002 SourceForge. All Rights Reserved.