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

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
QNamePackageImpl

public interface QNamePackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
QNameFactory

Nested Class Summary
static interface QNamePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__AINT
          The feature id for the 'AInt' attribute
static int DOCUMENT_ROOT__ANY_E
          The feature id for the 'Any E' attribute
static int DOCUMENT_ROOT__ANY_EU
          The feature id for the 'Any EU' attribute
static int DOCUMENT_ROOT__AQNAME
          The feature id for the 'AQname' attribute
static int DOCUMENT_ROOT__AUNION
          The feature id for the 'AUnion' attribute
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__RESOURCE
          The feature id for the 'Resource' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static QNamePackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int INT_QNAME_UNION
          The meta object id for the 'Int QName Union' data type
static int LIST_UNION
          The meta object id for the 'List Union' data type
static int QNAME_LIST
          The meta object id for the 'Qname List' data type
static int RESOURCE_TYPE
          The meta object id for the 'Resource Type' class
static int RESOURCE_TYPE__ANY
          The feature id for the 'Any' attribute list
static int RESOURCE_TYPE__ANY_ATTRIBUTE
          The feature id for the 'Any Attribute' attribute list
static int RESOURCE_TYPE__INTVALUE
          The feature id for the 'Intvalue' attribute
static int RESOURCE_TYPE__MY_QNAME
          The feature id for the 'My Qname' attribute
static int RESOURCE_TYPE__QNAMELIST
          The feature id for the 'Qnamelist' attribute
static int RESOURCE_TYPE__UNIONVALUE
          The feature id for the 'Unionvalue' attribute
static int RESOURCE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Resource Type' class
static int UNION
          The meta object id for the 'Union' data type
 
Method Summary
 EAttribute getDocumentRoot_AInt()
          Returns the meta object for the attribute 'AInt'
 EAttribute getDocumentRoot_AnyE()
          Returns the meta object for the attribute 'Any E'
 EAttribute getDocumentRoot_AnyEU()
          Returns the meta object for the attribute 'Any EU'
 EAttribute getDocumentRoot_AQname()
          Returns the meta object for the attribute 'AQname'
 EAttribute getDocumentRoot_AUnion()
          Returns the meta object for the attribute 'AUnion'
 EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 EReference getDocumentRoot_Resource()
          Returns the meta object for the containment reference 'Resource'
 EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 EDataType getIntQNameUnion()
          Returns the meta object for data type 'Int QName Union'
 EDataType getListUnion()
          Returns the meta object for data type 'List Union'
 QNameFactory getQNameFactory()
          Returns the factory that creates the instances of the model
 EDataType getQnameList()
          Returns the meta object for data type 'Qname List'
 EAttribute getResourceType_Any()
          Returns the meta object for the attribute list 'Any'
 EAttribute getResourceType_AnyAttribute()
          Returns the meta object for the attribute list 'Any Attribute'
 EAttribute getResourceType_Intvalue()
          Returns the meta object for the attribute 'Intvalue'
 EAttribute getResourceType_MyQname()
          Returns the meta object for the attribute 'My Qname'
 EAttribute getResourceType_Qnamelist()
          Returns the meta object for the attribute 'Qnamelist'
 EAttribute getResourceType_Unionvalue()
          Returns the meta object for the attribute 'Unionvalue'
 EClass getResourceType()
          Returns the meta object for class 'Resource Type'
 EDataType getUnion()
          Returns the meta object for data type 'Union'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final QNamePackage eINSTANCE
The singleton instance of the package.


DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, QNamePackageImpl.getDocumentRoot(), Constant Field Values

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__ANY_E

static final int DOCUMENT_ROOT__ANY_E
The feature id for the 'Any E' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__ANY_EU

static final int DOCUMENT_ROOT__ANY_EU
The feature id for the 'Any EU' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__RESOURCE

static final int DOCUMENT_ROOT__RESOURCE
The feature id for the 'Resource' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT__AINT

static final int DOCUMENT_ROOT__AINT
The feature id for the 'AInt' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__AQNAME

static final int DOCUMENT_ROOT__AQNAME
The feature id for the 'AQname' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT__AUNION

static final int DOCUMENT_ROOT__AUNION
The feature id for the 'AUnion' attribute.

See Also:
Constant Field Values

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values

RESOURCE_TYPE

static final int RESOURCE_TYPE
The meta object id for the 'Resource Type' class.

See Also:
ResourceTypeImpl, QNamePackageImpl.getResourceType(), Constant Field Values

RESOURCE_TYPE__UNIONVALUE

static final int RESOURCE_TYPE__UNIONVALUE
The feature id for the 'Unionvalue' attribute.

See Also:
Constant Field Values

RESOURCE_TYPE__QNAMELIST

static final int RESOURCE_TYPE__QNAMELIST
The feature id for the 'Qnamelist' attribute.

See Also:
Constant Field Values

RESOURCE_TYPE__INTVALUE

static final int RESOURCE_TYPE__INTVALUE
The feature id for the 'Intvalue' attribute.

See Also:
Constant Field Values

RESOURCE_TYPE__ANY

static final int RESOURCE_TYPE__ANY
The feature id for the 'Any' attribute list.

See Also:
Constant Field Values

RESOURCE_TYPE__MY_QNAME

static final int RESOURCE_TYPE__MY_QNAME
The feature id for the 'My Qname' attribute.

See Also:
Constant Field Values

RESOURCE_TYPE__ANY_ATTRIBUTE

static final int RESOURCE_TYPE__ANY_ATTRIBUTE
The feature id for the 'Any Attribute' attribute list.

See Also:
Constant Field Values

RESOURCE_TYPE_FEATURE_COUNT

static final int RESOURCE_TYPE_FEATURE_COUNT
The number of structural features of the 'Resource Type' class.

See Also:
Constant Field Values

INT_QNAME_UNION

static final int INT_QNAME_UNION
The meta object id for the 'Int QName Union' data type.

See Also:
Object, QNamePackageImpl.getIntQNameUnion(), Constant Field Values

LIST_UNION

static final int LIST_UNION
The meta object id for the 'List Union' data type.

See Also:
List, QNamePackageImpl.getListUnion(), Constant Field Values

QNAME_LIST

static final int QNAME_LIST
The meta object id for the 'Qname List' data type.

See Also:
List, QNamePackageImpl.getQnameList(), Constant Field Values

UNION

static final int UNION
The meta object id for the 'Union' data type.

See Also:
Object, QNamePackageImpl.getUnion(), Constant Field Values
Method Detail

getDocumentRoot

EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()

getDocumentRoot_XSISchemaLocation

EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()

getDocumentRoot_AnyE

EAttribute getDocumentRoot_AnyE()
Returns the meta object for the attribute 'Any E'.

Returns:
the meta object for the attribute 'Any E'.
See Also:
DocumentRoot.getAnyE(), getDocumentRoot()

getDocumentRoot_AnyEU

EAttribute getDocumentRoot_AnyEU()
Returns the meta object for the attribute 'Any EU'.

Returns:
the meta object for the attribute 'Any EU'.
See Also:
DocumentRoot.getAnyEU(), getDocumentRoot()

getDocumentRoot_Resource

EReference getDocumentRoot_Resource()
Returns the meta object for the containment reference 'Resource'.

Returns:
the meta object for the containment reference 'Resource'.
See Also:
DocumentRoot.getResource(), getDocumentRoot()

getDocumentRoot_AInt

EAttribute getDocumentRoot_AInt()
Returns the meta object for the attribute 'AInt'.

Returns:
the meta object for the attribute 'AInt'.
See Also:
DocumentRoot.getAInt(), getDocumentRoot()

getDocumentRoot_AQname

EAttribute getDocumentRoot_AQname()
Returns the meta object for the attribute 'AQname'.

Returns:
the meta object for the attribute 'AQname'.
See Also:
DocumentRoot.getAQname(), getDocumentRoot()

getDocumentRoot_AUnion

EAttribute getDocumentRoot_AUnion()
Returns the meta object for the attribute 'AUnion'.

Returns:
the meta object for the attribute 'AUnion'.
See Also:
DocumentRoot.getAUnion(), getDocumentRoot()

getResourceType

EClass getResourceType()
Returns the meta object for class 'Resource Type'.

Returns:
the meta object for class 'Resource Type'.
See Also:
ResourceType

getResourceType_Unionvalue

EAttribute getResourceType_Unionvalue()
Returns the meta object for the attribute 'Unionvalue'.

Returns:
the meta object for the attribute 'Unionvalue'.
See Also:
ResourceType.getUnionvalue(), getResourceType()

getResourceType_Qnamelist

EAttribute getResourceType_Qnamelist()
Returns the meta object for the attribute 'Qnamelist'.

Returns:
the meta object for the attribute 'Qnamelist'.
See Also:
ResourceType.getQnamelist(), getResourceType()

getResourceType_Intvalue

EAttribute getResourceType_Intvalue()
Returns the meta object for the attribute 'Intvalue'.

Returns:
the meta object for the attribute 'Intvalue'.
See Also:
ResourceType.getIntvalue(), getResourceType()

getResourceType_Any

EAttribute getResourceType_Any()
Returns the meta object for the attribute list 'Any'.

Returns:
the meta object for the attribute list 'Any'.
See Also:
ResourceType.getAny(), getResourceType()

getResourceType_MyQname

EAttribute getResourceType_MyQname()
Returns the meta object for the attribute 'My Qname'.

Returns:
the meta object for the attribute 'My Qname'.
See Also:
ResourceType.getMyQname(), getResourceType()

getResourceType_AnyAttribute

EAttribute getResourceType_AnyAttribute()
Returns the meta object for the attribute list 'Any Attribute'.

Returns:
the meta object for the attribute list 'Any Attribute'.
See Also:
ResourceType.getAnyAttribute(), getResourceType()

getIntQNameUnion

EDataType getIntQNameUnion()
Returns the meta object for data type 'Int QName Union'.

Returns:
the meta object for data type 'Int QName Union'.
See Also:
Object

getListUnion

EDataType getListUnion()
Returns the meta object for data type 'List Union'.

Returns:
the meta object for data type 'List Union'.
See Also:
List

getQnameList

EDataType getQnameList()
Returns the meta object for data type 'Qname List'.

Returns:
the meta object for data type 'Qname List'.
See Also:
List

getUnion

EDataType getUnion()
Returns the meta object for data type 'Union'.

Returns:
the meta object for data type 'Union'.
See Also:
Object

getQNameFactory

QNameFactory getQNameFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

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