be.ac.vub.cocompose.io.xmi
Class XMI.CoCompose
java.lang.Object
be.ac.vub.cocompose.io.xmi.XMI.CoCompose
- Enclosing class:
- XMI
- public static class XMI.CoCompose
- extends Object
CoCompose part of the XMI constants
Method Summary |
static String |
qName(String lname)
Returns the qualified name for the given local name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS
public static final String NS
- See Also:
- Constant Field Values
NS_URI
public static final String NS_URI
- See Also:
- Constant Field Values
XMI.CoCompose
public XMI.CoCompose()
qName
public static String qName(String lname)
- Returns the qualified name for the given local name
- Parameters:
lname
- the local element name, e.g. "type"
- Returns:
- the qualified name, e.g. "xmi:type"