|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.api.core.xmi.XMIHeader.Import
public static class XMIHeader.Import
Class that represents the "xmi.import" tag in the header.
| Method Summary | |
|---|---|
void |
addContent(java.lang.String content)
Set the content of the "xmi.model" tag |
boolean |
equals(java.lang.Object obj)
Determine whether two objects are equivalent |
java.lang.String |
getContent()
Return the content of the "xmi.model" tag |
java.lang.String |
getHref()
Return the URI for the import |
java.lang.String |
getName()
Return the import name |
java.lang.String |
getVersion()
Return the import version |
void |
setHref(java.lang.String href)
Set the URI for the import |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getVersion()
public java.lang.String getHref()
public void setHref(java.lang.String href)
href - the URIpublic java.lang.String getContent()
public void addContent(java.lang.String content)
content - the contentpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to be compared
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||