|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.api.core.xmi.XMIHeader.Model
public static class XMIHeader.Model
Class that represents the "xmi.model" 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 of the model |
java.lang.String |
getName()
Return the model name |
java.lang.String |
getVersion()
Return the model version |
void |
setHref(java.lang.String href)
Set the URI of the model |
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 URI of the modelpublic java.lang.String getContent()
public void addContent(java.lang.String content)
content
- the textpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to be compared
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |