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

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

public class ValueQueryCollection
extends Object

Represents a collection of Keyword objects.


Constructor Summary
ValueQueryCollection()
          Constructor.
 
Method Summary
 boolean addValueQuery(ValueQuery valueQuery)
          Adds the given ValueQuery object to this collection.
 com.esri.w3c.dom.Element[] getValueQueryElements()
          Returns an array of all ValueQuery elements 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

ValueQueryCollection

public ValueQueryCollection()
Constructor.

Method Detail

addValueQuery

public boolean addValueQuery(ValueQuery valueQuery)
Adds the given ValueQuery object to this collection.


size

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


getValueQueryElements

public com.esri.w3c.dom.Element[] getValueQueryElements()
Returns an array of all ValueQuery elements in this collection.