|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A list of Relations
| Field Summary |
| Fields inherited from interface org.mmbase.bridge.NodeList |
QUERY_PROPERTY |
| Method Summary | |
Relation |
getRelation(int index)
Returns the Relation at the indicated postion in the list |
RelationIterator |
relationIterator()
Returns an type-specific iterator for this list. |
RelationList |
subRelationList(int fromIndex,
int toIndex)
Returns a sublist of this list. |
| Methods inherited from interface org.mmbase.bridge.NodeList |
getNode, nodeIterator, subNodeList |
| 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 |
public Relation getRelation(int index)
index - the position of the Relation to retrievepublic RelationIterator relationIterator()
public RelationList subRelationList(int fromIndex,
int toIndex)
fromIndex - the position in the current list where the sublist starts (inclusive)toIndex - the position in the current list where the sublist ends (exclusive)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||