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

Enclosing interface:
DBItemPackage

public static interface DBItemPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass DB_TYPE
          The meta object literal for the 'Db Type' class
static EReference DB_TYPE__BLUE_PEN
          The meta object literal for the 'Blue Pen' containment reference feature
static EReference DB_TYPE__BLUE_PENCIL
          The meta object literal for the 'Blue Pencil' containment reference feature
static EReference DB_TYPE__RED_PEN
          The meta object literal for the 'Red Pen' containment reference feature
static EReference DB_TYPE__RED_PENCIL
          The meta object literal for the 'Red Pencil' containment reference feature
static EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
static EReference DOCUMENT_ROOT__DBITEM
          The meta object literal for the 'Dbitem' containment reference feature
static EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list 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
 

Field Detail

DB_TYPE

static final EClass DB_TYPE
The meta object literal for the 'Db Type' class.

See Also:
DbTypeImpl, DBItemPackageImpl.getDbType()

DB_TYPE__RED_PEN

static final EReference DB_TYPE__RED_PEN
The meta object literal for the 'Red Pen' containment reference feature.


DB_TYPE__BLUE_PEN

static final EReference DB_TYPE__BLUE_PEN
The meta object literal for the 'Blue Pen' containment reference feature.


DB_TYPE__RED_PENCIL

static final EReference DB_TYPE__RED_PENCIL
The meta object literal for the 'Red Pencil' containment reference feature.


DB_TYPE__BLUE_PENCIL

static final EReference DB_TYPE__BLUE_PENCIL
The meta object literal for the 'Blue Pencil' containment reference feature.


DOCUMENT_ROOT

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

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

static final EReference DOCUMENT_ROOT__DBITEM
The meta object literal for the 'Dbitem' containment reference feature.


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