com.metamatrix.api.core.xmi
Class XMIConstants

java.lang.Object
  extended by 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.
 
Field Summary
static java.lang.String DELIMITER
           
static char DELIMITER_CHAR
           
static java.lang.String VERSION
           
 
Constructor Summary
XMIConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XMIConstants

public XMIConstants()


Copyright © 2009. All Rights Reserved.