|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.metadata.query.SubsetCollection
Represents a collection of Subset objects.
Constructor Summary | |
SubsetCollection()
Constructs an instance of a SubsetCollection object. |
Method Summary | |
boolean |
addSubset(Subset subset)
Adds the given Subset to this collection. |
com.esri.w3c.dom.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 |
public SubsetCollection()
Method Detail |
public boolean addSubset(Subset subset)
subset
- A Subset to add this collection.public int size()
public com.esri.w3c.dom.Element[] getSubsetElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |