com.metamatrix.api.core.xmi
Class XMIConstants.ElementName

java.lang.Object
  extended by com.metamatrix.api.core.xmi.XMIConstants.ElementName
Enclosing class:
XMIConstants

public static class XMIConstants.ElementName
extends java.lang.Object

Static class that defines constants for various element names used in XMI.


Field Summary
static java.lang.String ADD
          Static constant that represents the name of the "XMI.add" element.
static java.lang.String ANY
          Static constant that represents the name of the "XMI.any" element.
static java.lang.String ARRAY
          Static constant that represents the name of the "XMI.array" element.
static java.lang.String ARRAY_LENGTH
          Static constant that represents the name of the "XMI.arrayLength" element.
static java.lang.String CONTACT
          Static constant that represents the name of the "XMI.contact" element.
static java.lang.String CONTENT
          Static constant that represents the name of the "XMI.content" element.
static java.lang.String DELETE
          Static constant that represents the name of the "XMI.delete" element.
static java.lang.String DIFFERENCE
          Static constant that represents the name of the "XMI.difference" element.
static java.lang.String DISCRIM
          Static constant that represents the name of the "XMI.discrim" element.
static java.lang.String DOCUMENTATION
          Static constant that represents the name of the "XMI.documentation" element.
static java.lang.String ENUM
          Static constant that represents the name of the "XMI.enum" element.
static java.lang.String EXPORTER
          Static constant that represents the name of the "XMI.exporter" element.
static java.lang.String EXPORTER_ID
          Static constant that represents the name of the "XMI.exporterID" element.
static java.lang.String EXPORTER_VERSION
          Static constant that represents the name of the "XMI.exporterVersion" element.
static java.lang.String EXTENSION
          Static constant that represents the name of the "XMI.extension" element.
static java.lang.String EXTENSIONS
          Static constant that represents the name of the "XMI.extensions" element.
static java.lang.String FIELD
          Static constant that represents the name of the "XMI.field" element.
static java.lang.String HEADER
          Static constant that represents the name of the "XMI.header" element.
static java.lang.String IMPORT
          Static constant that represents the name of the "XMI.import" element.
static java.lang.String LONG_DESCRIPTION
          Static constant that represents the name of the "XMI.longDescription" element.
static java.lang.String METAMETAMODEL
          Static constant that represents the name of the "XMI.metametamodel" element.
static java.lang.String METAMODEL
          Static constant that represents the name of the "XMI.metamodel" element.
static java.lang.String MODEL
          Static constant that represents the name of the "XMI.model" element.
static java.lang.String NOTICE
          Static constant that represents the name of the "XMI.notice" element.
static java.lang.String OWNER
          Static constant that represents the name of the "XMI.owner" element.
static java.lang.String REFERENCE
          Static constant that represents the name of the "XMI.reference" element.
static java.lang.String REPLACE
          Static constant that represents the name of the "XMI.replace" element.
static java.lang.String SEQ_ITEM
          Static constant that represents the name of the "XMI.seqItem" element.
static java.lang.String SEQUENCE
          Static constant that represents the name of the "XMI.sequence" element.
static java.lang.String SHORT_DESCRIPTION
          Static constant that represents the name of the "XMI.shortDescription" element.
static java.lang.String STRUCT
          Static constant that represents the name of the "XMI.struct" element.
static java.lang.String UNION
          Static constant that represents the name of the "XMI.union" element.
static java.lang.String VALUE
          Static constant that represents the name of the "XMI.value" element.
static java.lang.String XMI
          Static constant that represents the name of the "XMI" (root) element.
 
Constructor Summary
XMIConstants.ElementName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMI

public static final java.lang.String XMI
Static constant that represents the name of the "XMI" (root) element.

See Also:
Constant Field Values

HEADER

public static final java.lang.String HEADER
Static constant that represents the name of the "XMI.header" element.

See Also:
Constant Field Values

CONTENT

public static final java.lang.String CONTENT
Static constant that represents the name of the "XMI.content" element.

See Also:
Constant Field Values

EXTENSIONS

public static final java.lang.String EXTENSIONS
Static constant that represents the name of the "XMI.extensions" element.

See Also:
Constant Field Values

EXTENSION

public static final java.lang.String EXTENSION
Static constant that represents the name of the "XMI.extension" element.

See Also:
Constant Field Values

DOCUMENTATION

public static final java.lang.String DOCUMENTATION
Static constant that represents the name of the "XMI.documentation" element.

See Also:
Constant Field Values

OWNER

public static final java.lang.String OWNER
Static constant that represents the name of the "XMI.owner" element.

See Also:
Constant Field Values

CONTACT

public static final java.lang.String CONTACT
Static constant that represents the name of the "XMI.contact" element.

See Also:
Constant Field Values

LONG_DESCRIPTION

public static final java.lang.String LONG_DESCRIPTION
Static constant that represents the name of the "XMI.longDescription" element.

See Also:
Constant Field Values

SHORT_DESCRIPTION

public static final java.lang.String SHORT_DESCRIPTION
Static constant that represents the name of the "XMI.shortDescription" element.

See Also:
Constant Field Values

EXPORTER

public static final java.lang.String EXPORTER
Static constant that represents the name of the "XMI.exporter" element.

See Also:
Constant Field Values

EXPORTER_VERSION

public static final java.lang.String EXPORTER_VERSION
Static constant that represents the name of the "XMI.exporterVersion" element.

See Also:
Constant Field Values

EXPORTER_ID

public static final java.lang.String EXPORTER_ID
Static constant that represents the name of the "XMI.exporterID" element.

See Also:
Constant Field Values

NOTICE

public static final java.lang.String NOTICE
Static constant that represents the name of the "XMI.notice" element.

See Also:
Constant Field Values

MODEL

public static final java.lang.String MODEL
Static constant that represents the name of the "XMI.model" element.

See Also:
Constant Field Values

METAMODEL

public static final java.lang.String METAMODEL
Static constant that represents the name of the "XMI.metamodel" element.

See Also:
Constant Field Values

METAMETAMODEL

public static final java.lang.String METAMETAMODEL
Static constant that represents the name of the "XMI.metametamodel" element.

See Also:
Constant Field Values

IMPORT

public static final java.lang.String IMPORT
Static constant that represents the name of the "XMI.import" element.

See Also:
Constant Field Values

DIFFERENCE

public static final java.lang.String DIFFERENCE
Static constant that represents the name of the "XMI.difference" element.

See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
Static constant that represents the name of the "XMI.delete" element.

See Also:
Constant Field Values

ADD

public static final java.lang.String ADD
Static constant that represents the name of the "XMI.add" element.

See Also:
Constant Field Values

REPLACE

public static final java.lang.String REPLACE
Static constant that represents the name of the "XMI.replace" element.

See Also:
Constant Field Values

REFERENCE

public static final java.lang.String REFERENCE
Static constant that represents the name of the "XMI.reference" element.

See Also:
Constant Field Values

FIELD

public static final java.lang.String FIELD
Static constant that represents the name of the "XMI.field" element. This is required by only some metamodels.

See Also:
Constant Field Values

STRUCT

public static final java.lang.String STRUCT
Static constant that represents the name of the "XMI.struct" element. This is required by only some metamodels.

See Also:
Constant Field Values

SEQ_ITEM

public static final java.lang.String SEQ_ITEM
Static constant that represents the name of the "XMI.seqItem" element. This is required by only some metamodels.

See Also:
Constant Field Values

SEQUENCE

public static final java.lang.String SEQUENCE
Static constant that represents the name of the "XMI.sequence" element. This is required by only some metamodels.

See Also:
Constant Field Values

ARRAY_LENGTH

public static final java.lang.String ARRAY_LENGTH
Static constant that represents the name of the "XMI.arrayLength" element. This is required by only some metamodels.

See Also:
Constant Field Values

ARRAY

public static final java.lang.String ARRAY
Static constant that represents the name of the "XMI.array" element. This is required by only some metamodels.

See Also:
Constant Field Values

ENUM

public static final java.lang.String ENUM
Static constant that represents the name of the "XMI.enum" element. This is required by only some metamodels.

See Also:
Constant Field Values

DISCRIM

public static final java.lang.String DISCRIM
Static constant that represents the name of the "XMI.discrim" element. This is required by only some metamodels.

See Also:
Constant Field Values

UNION

public static final java.lang.String UNION
Static constant that represents the name of the "XMI.union" element. This is required by only some metamodels.

See Also:
Constant Field Values

ANY

public static final java.lang.String ANY
Static constant that represents the name of the "XMI.any" element. This is required by only some metamodels.

See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
Static constant that represents the name of the "XMI.value" element. This is required by only some metamodels.

See Also:
Constant Field Values
Constructor Detail

XMIConstants.ElementName

public XMIConstants.ElementName()


Copyright © 2009. All Rights Reserved.