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

java.lang.Object
  |
  +--com.esri.aims.mtier.model.metadata.query.TextQueryCollection

public class TextQueryCollection
extends Object

Represents a collection of TextQuery objects.


Constructor Summary
TextQueryCollection()
          Constructor.
 
Method Summary
 boolean addQuery(TextQuery textQuery)
          Adds the given TextQuery object to this collection.
 com.esri.w3c.dom.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 com.esri.w3c.dom.Element[] getTextQueryElements()
Returns an array of all TextQuery elements found in this collection.