com.esri.gpt.framework.request
Class Records<T extends Record>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
com.esri.gpt.framework.request.Records<T>
- Type Parameters:
T
- the generic type
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess
- Direct Known Subclasses:
- CswRecords, HeRecords, HjRecords, HrRecords, MmdRecords, SearchResultRecords
public class Records<T extends Record>
- extends ArrayList<T>
Maintains a collection of records.
The collection is typically generated through a database query,
or a query to a remote service.
generic: T represents the record type
- See Also:
- Serialized Form
Constructor Summary |
Records()
Default constructor. |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Records
public Records()
- Default constructor.
setMaximumQueryHits
public void setMaximumQueryHits(int maxQueryHits)
- Sets the maximum query hits.
- Parameters:
maxQueryHits
- the new maximum query hits
getMaximumQueryHits
public int getMaximumQueryHits()
- Gets the maximum query hits.
- Returns:
- the maximum query hits
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.