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

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

public class ClauseCollection
extends Object
implements Serializable

Defines a collection of clauses used to query a metadata server.

See Also:
Serialized Form

Constructor Summary
ClauseCollection()
          Constructs an instance of a ClauseCollection object.
 
Method Summary
 boolean addClause(Clause newClause)
          Adds the given Clause to this collection.
 Element[] getClauseElements()
          Returns an array of all Clause 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

ClauseCollection

public ClauseCollection()
Constructs an instance of a ClauseCollection object.

Method Detail

addClause

public boolean addClause(Clause newClause)
Adds the given Clause to this collection.


size

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


getClauseElements

public Element[] getClauseElements()
Returns an array of all Clause elements in this collection.