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

java.lang.Object
  extended bybe.ac.vub.cocompose.io.xmi.XMI

public abstract class XMI
extends Object

Contains the constants needed for XMI reading and writing.

Since:
0.2.0
Version:
0.2.0, 08/12/2003
Author:
Dennis Wagelaar

Nested Class Summary
static class XMI.CoCompose
          CoCompose part of the XMI constants
static class XMI.Diagram
          CoCompose Diagram part of the XMI constants
 
Field Summary
static String NS
           
static String NS_URI
           
 
Constructor Summary
XMI()
           
 
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

public XMI()
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"