com.esri.aims.mtier.model.metadata.query
Class TextQueryCollection

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.query.TextQueryCollection
All Implemented Interfaces:
Serializable

public class TextQueryCollection
extends Object
implements Serializable

Represents a collection of TextQuery objects.

See Also:
Serialized Form

Constructor Summary
TextQueryCollection()
          Constructor.
 
Method Summary
 boolean addQuery(TextQuery textQuery)
          Adds the given TextQuery object to this collection.
 Element[] getTextQueryElements()
          Returns an array of all TextQuery elements found in this collection.
 int size()
          Returns the size of this collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextQueryCollection

public TextQueryCollection()
Constructor.

Method Detail

addQuery

public boolean addQuery(TextQuery textQuery)
Adds the given TextQuery object to this collection.

Parameters:
textQuery - A TextQuery to add this collection.

size

public int size()
Returns the size of this collection.


getTextQueryElements

public Element[] getTextQueryElements()
Returns an array of all TextQuery elements found in this collection.