org.eclipse.emf.test.models.qname
Interface QNamePackage.Literals

Enclosing interface:
QNamePackage

public static interface QNamePackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
static EAttribute DOCUMENT_ROOT__AINT
          The meta object literal for the 'AInt' attribute feature
static EAttribute DOCUMENT_ROOT__ANY_E
          The meta object literal for the 'Any E' attribute feature
static EAttribute DOCUMENT_ROOT__ANY_EU
          The meta object literal for the 'Any EU' attribute feature
static EAttribute DOCUMENT_ROOT__AQNAME
          The meta object literal for the 'AQname' attribute feature
static EAttribute DOCUMENT_ROOT__AUNION
          The meta object literal for the 'AUnion' attribute feature
static EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature
static EReference DOCUMENT_ROOT__RESOURCE
          The meta object literal for the 'Resource' containment reference feature
static EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature
static EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature
static EDataType INT_QNAME_UNION
          The meta object literal for the 'Int QName Union' data type
static EDataType LIST_UNION
          The meta object literal for the 'List Union' data type
static EDataType QNAME_LIST
          The meta object literal for the 'Qname List' data type
static EClass RESOURCE_TYPE
          The meta object literal for the 'Resource Type' class
static EAttribute RESOURCE_TYPE__ANY
          The meta object literal for the 'Any' attribute list feature
static EAttribute RESOURCE_TYPE__ANY_ATTRIBUTE
          The meta object literal for the 'Any Attribute' attribute list feature
static EAttribute RESOURCE_TYPE__INTVALUE
          The meta object literal for the 'Intvalue' attribute feature
static EAttribute RESOURCE_TYPE__MY_QNAME
          The meta object literal for the 'My Qname' attribute feature
static EAttribute RESOURCE_TYPE__QNAMELIST
          The meta object literal for the 'Qnamelist' attribute feature
static EAttribute RESOURCE_TYPE__UNIONVALUE
          The meta object literal for the 'Unionvalue' attribute feature
static EDataType UNION
          The meta object literal for the 'Union' data type
 

Field Detail

DOCUMENT_ROOT

static final EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
DocumentRootImpl, QNamePackageImpl.getDocumentRoot()

DOCUMENT_ROOT__MIXED

static final EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.


DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.


DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.


DOCUMENT_ROOT__ANY_E

static final EAttribute DOCUMENT_ROOT__ANY_E
The meta object literal for the 'Any E' attribute feature.


DOCUMENT_ROOT__ANY_EU

static final EAttribute DOCUMENT_ROOT__ANY_EU
The meta object literal for the 'Any EU' attribute feature.


DOCUMENT_ROOT__RESOURCE

static final EReference DOCUMENT_ROOT__RESOURCE
The meta object literal for the 'Resource' containment reference feature.


DOCUMENT_ROOT__AINT

static final EAttribute DOCUMENT_ROOT__AINT
The meta object literal for the 'AInt' attribute feature.


DOCUMENT_ROOT__AQNAME

static final EAttribute DOCUMENT_ROOT__AQNAME
The meta object literal for the 'AQname' attribute feature.


DOCUMENT_ROOT__AUNION

static final EAttribute DOCUMENT_ROOT__AUNION
The meta object literal for the 'AUnion' attribute feature.


RESOURCE_TYPE

static final EClass RESOURCE_TYPE
The meta object literal for the 'Resource Type' class.

See Also:
ResourceTypeImpl, QNamePackageImpl.getResourceType()

RESOURCE_TYPE__UNIONVALUE

static final EAttribute RESOURCE_TYPE__UNIONVALUE
The meta object literal for the 'Unionvalue' attribute feature.


RESOURCE_TYPE__QNAMELIST

static final EAttribute RESOURCE_TYPE__QNAMELIST
The meta object literal for the 'Qnamelist' attribute feature.


RESOURCE_TYPE__INTVALUE

static final EAttribute RESOURCE_TYPE__INTVALUE
The meta object literal for the 'Intvalue' attribute feature.


RESOURCE_TYPE__ANY

static final EAttribute RESOURCE_TYPE__ANY
The meta object literal for the 'Any' attribute list feature.


RESOURCE_TYPE__MY_QNAME

static final EAttribute RESOURCE_TYPE__MY_QNAME
The meta object literal for the 'My Qname' attribute feature.


RESOURCE_TYPE__ANY_ATTRIBUTE

static final EAttribute RESOURCE_TYPE__ANY_ATTRIBUTE
The meta object literal for the 'Any Attribute' attribute list feature.


INT_QNAME_UNION

static final EDataType INT_QNAME_UNION
The meta object literal for the 'Int QName Union' data type.

See Also:
Object, QNamePackageImpl.getIntQNameUnion()

LIST_UNION

static final EDataType LIST_UNION
The meta object literal for the 'List Union' data type.

See Also:
List, QNamePackageImpl.getListUnion()

QNAME_LIST

static final EDataType QNAME_LIST
The meta object literal for the 'Qname List' data type.

See Also:
List, QNamePackageImpl.getQnameList()

UNION

static final EDataType UNION
The meta object literal for the 'Union' data type.

See Also:
Object, QNamePackageImpl.getUnion()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.