net.sourceforge.jane.lang
Class Fields

java.lang.Object
  |
  +--net.sourceforge.jane.lang.Fields
Direct Known Subclasses:
QDoxFields, ReflectionFields

public abstract class Fields
extends java.lang.Object

A collection of FieldInfo objects.


Constructor Summary
Fields()
           
 
Method Summary
abstract  FieldInfo getField(int index)
          Returns the field at the given index.
abstract  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

Fields

public Fields()
Method Detail

getFieldCount

public abstract int getFieldCount()
Returns the number of fields.

getField

public abstract FieldInfo getField(int index)
Returns the field at the given index.


Copyright © 2002-2002 SourceForge. All Rights Reserved.