|
||||||||||
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.ClauseCollection
Defines a collection of clauses used to query a metadata server.
Constructor Summary | |
ClauseCollection()
Constructs an instance of a ClauseCollection object. |
Method Summary | |
boolean |
addClause(Clause newClause)
Adds the given Clause to this collection. |
com.esri.w3c.dom.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 |
public ClauseCollection()
Method Detail |
public boolean addClause(Clause newClause)
public int size()
public com.esri.w3c.dom.Element[] getClauseElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |