|
||||||||||
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.TextQueryCollection
Represents a collection of TextQuery objects.
Constructor Summary | |
TextQueryCollection()
Constructor. |
Method Summary | |
boolean |
addQuery(TextQuery textQuery)
Adds the given TextQuery object to this collection. |
com.esri.w3c.dom.Element[] |
getTextQueryElements()
Returns an array of all TextQuery elements found 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 |
public TextQueryCollection()
Method Detail |
public boolean addQuery(TextQuery textQuery)
textQuery
- A TextQuery to add this collection.public int size()
public com.esri.w3c.dom.Element[] getTextQueryElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |