|
||||||||||
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.publish.SemanticPairCollection
Represents a collection of SemanticPair objects.
Constructor Summary | |
SemanticPairCollection()
Constructs an instance of a SemancticPairCollection object. |
Method Summary | |
boolean |
addSemanticPair(SemanticPair semanticpair)
Adds the given SemanticPair object to this collection. |
com.esri.w3c.dom.Element[] |
getSemanticPairElements()
Returns an array of SemanticPair elements. |
int |
semanticPairSize()
Returns the size of the SemanticPairCollection object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SemanticPairCollection()
Method Detail |
public boolean addSemanticPair(SemanticPair semanticpair)
semanticpair
- the SemanticPair object to addpublic int semanticPairSize()
public com.esri.w3c.dom.Element[] getSemanticPairElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |