org.eclipse.emf.test.models.dbitem
Interface DBItemPackage

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

public interface DBItemPackage
extends EPackage

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

See Also:
DBItemFactory

Nested Class Summary
static interface DBItemPackage.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 DB_TYPE
          The meta object id for the 'Db Type' class
static int DB_TYPE__BLUE_PEN
          The feature id for the 'Blue Pen' containment reference
static int DB_TYPE__BLUE_PENCIL
          The feature id for the 'Blue Pencil' containment reference
static int DB_TYPE__RED_PEN
          The feature id for the 'Red Pen' containment reference
static int DB_TYPE__RED_PENCIL
          The feature id for the 'Red Pencil' containment reference
static int DB_TYPE_FEATURE_COUNT
          The number of structural features of the 'Db Type' class
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__DBITEM
          The feature id for the 'Dbitem' containment reference
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
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 DBItemPackage 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
 
Method Summary
 DBItemFactory getDBItemFactory()
          Returns the factory that creates the instances of the model
 EReference getDbType_BluePen()
          Returns the meta object for the containment reference 'Blue Pen'
 EReference getDbType_BluePencil()
          Returns the meta object for the containment reference 'Blue Pencil'
 EReference getDbType_RedPen()
          Returns the meta object for the containment reference 'Red Pen'
 EReference getDbType_RedPencil()
          Returns the meta object for the containment reference 'Red Pencil'
 EClass getDbType()
          Returns the meta object for class 'Db Type'
 EReference getDocumentRoot_Dbitem()
          Returns the meta object for the containment reference 'Dbitem'
 EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 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'
 
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 DBItemPackage eINSTANCE
The singleton instance of the package.


DB_TYPE

static final int DB_TYPE
The meta object id for the 'Db Type' class.

See Also:
DbTypeImpl, DBItemPackageImpl.getDbType(), Constant Field Values

DB_TYPE__RED_PEN

static final int DB_TYPE__RED_PEN
The feature id for the 'Red Pen' containment reference.

See Also:
Constant Field Values

DB_TYPE__BLUE_PEN

static final int DB_TYPE__BLUE_PEN
The feature id for the 'Blue Pen' containment reference.

See Also:
Constant Field Values

DB_TYPE__RED_PENCIL

static final int DB_TYPE__RED_PENCIL
The feature id for the 'Red Pencil' containment reference.

See Also:
Constant Field Values

DB_TYPE__BLUE_PENCIL

static final int DB_TYPE__BLUE_PENCIL
The feature id for the 'Blue Pencil' containment reference.

See Also:
Constant Field Values

DB_TYPE_FEATURE_COUNT

static final int DB_TYPE_FEATURE_COUNT
The number of structural features of the 'Db Type' class.

See Also:
Constant Field Values

DOCUMENT_ROOT

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

See Also:
DocumentRootImpl, DBItemPackageImpl.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__DBITEM

static final int DOCUMENT_ROOT__DBITEM
The feature id for the 'Dbitem' containment reference.

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

getDbType

EClass getDbType()
Returns the meta object for class 'Db Type'.

Returns:
the meta object for class 'Db Type'.
See Also:
DbType

getDbType_RedPen

EReference getDbType_RedPen()
Returns the meta object for the containment reference 'Red Pen'.

Returns:
the meta object for the containment reference 'Red Pen'.
See Also:
DbType.getRedPen(), getDbType()

getDbType_BluePen

EReference getDbType_BluePen()
Returns the meta object for the containment reference 'Blue Pen'.

Returns:
the meta object for the containment reference 'Blue Pen'.
See Also:
DbType.getBluePen(), getDbType()

getDbType_RedPencil

EReference getDbType_RedPencil()
Returns the meta object for the containment reference 'Red Pencil'.

Returns:
the meta object for the containment reference 'Red Pencil'.
See Also:
DbType.getRedPencil(), getDbType()

getDbType_BluePencil

EReference getDbType_BluePencil()
Returns the meta object for the containment reference 'Blue Pencil'.

Returns:
the meta object for the containment reference 'Blue Pencil'.
See Also:
DbType.getBluePencil(), getDbType()

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_Dbitem

EReference getDocumentRoot_Dbitem()
Returns the meta object for the containment reference 'Dbitem'.

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

getDBItemFactory

DBItemFactory getDBItemFactory()
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.