com.metamatrix.api.core.xmi
Class XMIConstants
java.lang.Object
com.metamatrix.api.core.xmi.XMIConstants
public class XMIConstants
- extends java.lang.Object
This comment is specified in template 'typecomment'. (Window>Preferences>Java>Templates)
The XMI processor is designed to hide as much as possible the semantics of XMI by simply constructing
FeatureInfo
and EntityInfo
instances as an XMI stream is processed. These info classes are
thus similar to SAX events of a SAX XML document parser.
Nested Class Summary |
static class |
XMIConstants.AttributeName
Static class that defines constants for various attributes names used in XMI. |
static class |
XMIConstants.ElementName
Static class that defines constants for various element names used in XMI. |
static class |
XMIConstants.Values
Static class that defines constants for various values used in XMI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
DELIMITER
public static final java.lang.String DELIMITER
- See Also:
- Constant Field Values
DELIMITER_CHAR
public static final char DELIMITER_CHAR
XMIConstants
public XMIConstants()
Copyright © 2009. All Rights Reserved.