com.esri.gpt.catalog.discovery
Class DiscoveredRecords
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<DiscoveredRecord>
com.esri.gpt.catalog.discovery.DiscoveredRecords
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<DiscoveredRecord>, Collection<DiscoveredRecord>, List<DiscoveredRecord>, RandomAccess
public class DiscoveredRecords
- extends ArrayList<DiscoveredRecord>
A list of records discovered through query.
- See Also:
- Serialized Form
Method Summary |
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
String |
toString()
Returns the string representation of the object. |
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 |
DiscoveredRecords
public DiscoveredRecords()
- Default constructor.
echo
public void echo(StringBuffer sb)
- Appends property information for the component to a buffer.
- Parameters:
sb
- the buffer to use when appending information
toString
public String toString()
- Returns the string representation of the object.
- Overrides:
toString
in class AbstractCollection<DiscoveredRecord>
- Returns:
- the string
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.