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

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

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

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


Field Summary
static java.lang.String HREF
          Static constant that represents the name of the "href" attribute.
static java.lang.String TIMESTAMP
          Static constant that represents the name of the "timestamp attribute.
static java.lang.String VERIFIED
          Static constant that represents the name of the "verified" attribute.
static java.lang.String XMI_EXTENDER
          Static constant that represents the name of the "xmi.extender" attribute.
static java.lang.String XMI_EXTENDER_ID
          Static constant that represents the name of the "xmi.extenderID" attribute.
static java.lang.String XMI_ID
          Static constant that represents the name of the "xmi.id" attribute.
static java.lang.String XMI_IDREF
          Static constant that represents the name of the "xmi.idref" attribute.
static java.lang.String XMI_LABEL
          Static constant that represents the name of the "xmi.label" attribute.
static java.lang.String XMI_NAME
          Static constant that represents the name of the "xmi.name" attribute.
static java.lang.String XMI_POSITION
          Static constant that represents the name of the "xmi.position" attribute.
static java.lang.String XMI_TC_DIGITS
          Static constant that represents the name of the "xmi.tcScale" attribute.
static java.lang.String XMI_TC_ID
          Static constant that represents the name of the "xmi.tcScale" attribute.
static java.lang.String XMI_TC_LENGTH
          Static constant that represents the name of the "xmi.tcScale" attribute.
static java.lang.String XMI_TC_NAME
          Static constant that represents the name of the "xmi.tcName" attribute.
static java.lang.String XMI_TC_SCALE
          Static constant that represents the name of the "xmi.tcScale" attribute.
static java.lang.String XMI_TYPE
          Static constant that represents the name of the "xmi.type" attribute.
static java.lang.String XMI_UUID
          Static constant that represents the name of the "xmi.uuid" attribute.
static java.lang.String XMI_VALUE
          Static constant that represents the name of the "xmi.value" attribute.
static java.lang.String XMI_VERSION
          Static constant that represents the name of the "xmi.version" attribute.
 
Constructor Summary
XMIConstants.AttributeName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMI_VERSION

public static final java.lang.String XMI_VERSION
Static constant that represents the name of the "xmi.version" attribute.

See Also:
Constant Field Values

TIMESTAMP

public static final java.lang.String TIMESTAMP
Static constant that represents the name of the "timestamp attribute.

See Also:
Constant Field Values

VERIFIED

public static final java.lang.String VERIFIED
Static constant that represents the name of the "verified" attribute.

See Also:
Constant Field Values

XMI_ID

public static final java.lang.String XMI_ID
Static constant that represents the name of the "xmi.id" attribute.

See Also:
Constant Field Values

XMI_LABEL

public static final java.lang.String XMI_LABEL
Static constant that represents the name of the "xmi.label" attribute.

See Also:
Constant Field Values

XMI_UUID

public static final java.lang.String XMI_UUID
Static constant that represents the name of the "xmi.uuid" attribute.

See Also:
Constant Field Values

HREF

public static final java.lang.String HREF
Static constant that represents the name of the "href" attribute.

See Also:
Constant Field Values

XMI_IDREF

public static final java.lang.String XMI_IDREF
Static constant that represents the name of the "xmi.idref" attribute.

See Also:
Constant Field Values

XMI_NAME

public static final java.lang.String XMI_NAME
Static constant that represents the name of the "xmi.name" attribute.

See Also:
Constant Field Values

XMI_EXTENDER

public static final java.lang.String XMI_EXTENDER
Static constant that represents the name of the "xmi.extender" attribute.

See Also:
Constant Field Values

XMI_EXTENDER_ID

public static final java.lang.String XMI_EXTENDER_ID
Static constant that represents the name of the "xmi.extenderID" attribute.

See Also:
Constant Field Values

XMI_POSITION

public static final java.lang.String XMI_POSITION
Static constant that represents the name of the "xmi.position" attribute.

See Also:
Constant Field Values

XMI_VALUE

public static final java.lang.String XMI_VALUE
Static constant that represents the name of the "xmi.value" attribute.

See Also:
Constant Field Values

XMI_TYPE

public static final java.lang.String XMI_TYPE
Static constant that represents the name of the "xmi.type" attribute.

See Also:
Constant Field Values

XMI_TC_NAME

public static final java.lang.String XMI_TC_NAME
Static constant that represents the name of the "xmi.tcName" attribute.

See Also:
Constant Field Values

XMI_TC_ID

public static final java.lang.String XMI_TC_ID
Static constant that represents the name of the "xmi.tcScale" attribute.

See Also:
Constant Field Values

XMI_TC_LENGTH

public static final java.lang.String XMI_TC_LENGTH
Static constant that represents the name of the "xmi.tcScale" attribute.

See Also:
Constant Field Values

XMI_TC_DIGITS

public static final java.lang.String XMI_TC_DIGITS
Static constant that represents the name of the "xmi.tcScale" attribute.

See Also:
Constant Field Values

XMI_TC_SCALE

public static final java.lang.String XMI_TC_SCALE
Static constant that represents the name of the "xmi.tcScale" attribute.

See Also:
Constant Field Values
Constructor Detail

XMIConstants.AttributeName

public XMIConstants.AttributeName()


Copyright © 2009. All Rights Reserved.