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

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

public class SubsetCollection
extends Object
implements Serializable

Represents a collection of Subset objects.

See Also:
Serialized Form

Constructor Summary
SubsetCollection()
          Constructs an instance of a SubsetCollection object.
 
Method Summary
 boolean addSubset(Subset subset)
          Adds the given Subset to this collection.
 Element[] getSubsetElements()
          Returns an array of all Subsets elements in this collection.
 int size()
          Returns the size of this Subset collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsetCollection

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

Method Detail

addSubset

public boolean addSubset(Subset subset)
Adds the given Subset to this collection.

Parameters:
subset - A Subset to add this collection.

size

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


getSubsetElements

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