be.ac.vub.cocompose.io.xmi
Class XMI.CoCompose

java.lang.Object
  extended bybe.ac.vub.cocompose.io.xmi.XMI.CoCompose
Enclosing class:
XMI

public static class XMI.CoCompose
extends Object

CoCompose part of the XMI constants


Field Summary
static String NS
           
static String NS_URI
           
 
Constructor Summary
XMI.CoCompose()
           
 
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
 

Field Detail

NS

public static final String NS
See Also:
Constant Field Values

NS_URI

public static final String NS_URI
See Also:
Constant Field Values
Constructor Detail

XMI.CoCompose

public XMI.CoCompose()
Method Detail

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"