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

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

public class ValueQueryCollection
extends Object
implements Serializable

Represents a collection of Keyword objects.

See Also:
Serialized Form

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