|
||||||||||
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.MetadataRelationshipCollection
Represents a collection of MetadataRelation objects.
Constructor Summary | |
MetadataRelationshipCollection()
Constructs an instance of a MetadataRelationshipCollection object. |
Method Summary | |
boolean |
addMetadataChild(MetadataRelationship metadataRelationship)
Adds the given MetadataRelationship object as a metadata child to this collection. |
boolean |
addMetadataSibling(MetadataRelationship metadataRelationship)
Adds the given MetadataRelationship object as a metadata sibling to this collection. |
com.esri.w3c.dom.Element[] |
getMetadataChildElements()
Returns an array of metadata child elements. |
com.esri.w3c.dom.Element[] |
getMetadataSiblingElements()
Returns an array of metadata sibling elements. |
int |
metadataChildSize()
Returns the size of the metadata child object. |
int |
metadataSiblingSize()
Returns the size of the metadata siblings object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MetadataRelationshipCollection()
Method Detail |
public boolean addMetadataChild(MetadataRelationship metadataRelationship)
metadataRelationship
- A MetadataRelationship to add this collection.public boolean addMetadataSibling(MetadataRelationship metadataRelationship)
public int metadataChildSize()
public int metadataSiblingSize()
public com.esri.w3c.dom.Element[] getMetadataChildElements()
public com.esri.w3c.dom.Element[] getMetadataSiblingElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |