|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.xmi.XMIReferenceProvider.XMIReference
Simple structure for representing XMI references to elements corresponding to an object.
Constructor Summary | |
XMIReferenceProvider.XMIReference(String systemId,
String xmiId)
Creates a new instance of XMIReference. |
Method Summary | |
String |
getSystemId()
Returns URI (system ID) of the home document for the object. |
String |
getXmiId()
Returns XMI ID for the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMIReferenceProvider.XMIReference(String systemId, String xmiId)
systemId
- URI of the home document for the object.xmiId
- xmi.id of the object.Method Detail |
public String getSystemId()
null
which means that the
XMIReferenceProvider does not control what file the object should go to,
thus the writer should write it to the document that is being produced.
public String getXmiId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |