org.mmbase.bridge
Interface FieldList

All Superinterfaces:
BridgeList, java.util.Collection, java.util.List
All Known Implementing Classes:
BasicFieldList

public interface FieldList
extends BridgeList

A list of field types

Version:
$Id: FieldList.java,v 1.5 2003/03/04 13:44:40 nico Exp $
Author:
Pierre van Rooden

Method Summary
 FieldIterator fieldIterator()
          Returns an type-specific iterator for this list.
 Field getField(int index)
          Returns the Field at the indicated postion in the list
 
Methods inherited from interface org.mmbase.bridge.BridgeList
getProperty, setProperty, sort, sort
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getField

public Field getField(int index)
Returns the Field at the indicated postion in the list

Parameters:
index - the position of the Field to retrieve

fieldIterator

public FieldIterator fieldIterator()
Returns an type-specific iterator for this list.



MMBase build 1.7.1.20041002