org.eclipse.emf.cdo.dbgen
Interface DBGenPackage.Literals

Enclosing interface:
DBGenPackage

public static interface DBGenPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass COLUMN
          The meta object literal for the 'Column' class
static org.eclipse.emf.ecore.EAttribute COLUMN__CONSTRAINT
          The meta object literal for the 'Constraint' attribute feature
static org.eclipse.emf.ecore.EAttribute COLUMN__LENGTH
          The meta object literal for the 'Length' attribute feature
static org.eclipse.emf.ecore.EAttribute COLUMN__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference COLUMN__TABLE
          The meta object literal for the 'Table' container reference feature
static org.eclipse.emf.ecore.EAttribute COLUMN__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EEnum COLUMN_TYPE
          The meta object literal for the 'Column Type' enum
static org.eclipse.emf.ecore.EClass DATABASE
          The meta object literal for the 'Database' class
static org.eclipse.emf.ecore.EAttribute DATABASE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference DATABASE__TABLES
          The meta object literal for the 'Tables' containment reference list feature
static org.eclipse.emf.ecore.EClass INDEX
          The meta object literal for the 'Index' class
static org.eclipse.emf.ecore.EReference INDEX__COLUMNS
          The meta object literal for the 'Columns' reference list feature
static org.eclipse.emf.ecore.EAttribute INDEX__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EReference INDEX__TABLE
          The meta object literal for the 'Table' container reference feature
static org.eclipse.emf.ecore.EAttribute INDEX__TYPE
          The meta object literal for the 'Type' attribute feature
static org.eclipse.emf.ecore.EEnum INDEX_TYPE
          The meta object literal for the 'Index Type' enum
static org.eclipse.emf.ecore.EClass TABLE
          The meta object literal for the 'Table' class
static org.eclipse.emf.ecore.EReference TABLE__COLUMNS
          The meta object literal for the 'Columns' containment reference list feature
static org.eclipse.emf.ecore.EReference TABLE__DATABASE
          The meta object literal for the 'Database' container reference feature
static org.eclipse.emf.ecore.EReference TABLE__INDICES
          The meta object literal for the 'Indices' containment reference list feature
static org.eclipse.emf.ecore.EAttribute TABLE__NAME
          The meta object literal for the 'Name' attribute feature
 

Field Detail

DATABASE

static final org.eclipse.emf.ecore.EClass DATABASE
The meta object literal for the 'Database' class.

See Also:
DatabaseImpl, DBGenPackageImpl.getDatabase()

DATABASE__NAME

static final org.eclipse.emf.ecore.EAttribute DATABASE__NAME
The meta object literal for the 'Name' attribute feature.


DATABASE__TABLES

static final org.eclipse.emf.ecore.EReference DATABASE__TABLES
The meta object literal for the 'Tables' containment reference list feature.


TABLE

static final org.eclipse.emf.ecore.EClass TABLE
The meta object literal for the 'Table' class.

See Also:
TableImpl, DBGenPackageImpl.getTable()

TABLE__NAME

static final org.eclipse.emf.ecore.EAttribute TABLE__NAME
The meta object literal for the 'Name' attribute feature.


TABLE__DATABASE

static final org.eclipse.emf.ecore.EReference TABLE__DATABASE
The meta object literal for the 'Database' container reference feature.


TABLE__COLUMNS

static final org.eclipse.emf.ecore.EReference TABLE__COLUMNS
The meta object literal for the 'Columns' containment reference list feature.


TABLE__INDICES

static final org.eclipse.emf.ecore.EReference TABLE__INDICES
The meta object literal for the 'Indices' containment reference list feature.


COLUMN

static final org.eclipse.emf.ecore.EClass COLUMN
The meta object literal for the 'Column' class.

See Also:
ColumnImpl, DBGenPackageImpl.getColumn()

COLUMN__NAME

static final org.eclipse.emf.ecore.EAttribute COLUMN__NAME
The meta object literal for the 'Name' attribute feature.


COLUMN__TABLE

static final org.eclipse.emf.ecore.EReference COLUMN__TABLE
The meta object literal for the 'Table' container reference feature.


COLUMN__TYPE

static final org.eclipse.emf.ecore.EAttribute COLUMN__TYPE
The meta object literal for the 'Type' attribute feature.


COLUMN__LENGTH

static final org.eclipse.emf.ecore.EAttribute COLUMN__LENGTH
The meta object literal for the 'Length' attribute feature.


COLUMN__CONSTRAINT

static final org.eclipse.emf.ecore.EAttribute COLUMN__CONSTRAINT
The meta object literal for the 'Constraint' attribute feature.


INDEX

static final org.eclipse.emf.ecore.EClass INDEX
The meta object literal for the 'Index' class.

See Also:
IndexImpl, DBGenPackageImpl.getIndex()

INDEX__NAME

static final org.eclipse.emf.ecore.EAttribute INDEX__NAME
The meta object literal for the 'Name' attribute feature.


INDEX__TABLE

static final org.eclipse.emf.ecore.EReference INDEX__TABLE
The meta object literal for the 'Table' container reference feature.


INDEX__COLUMNS

static final org.eclipse.emf.ecore.EReference INDEX__COLUMNS
The meta object literal for the 'Columns' reference list feature.


INDEX__TYPE

static final org.eclipse.emf.ecore.EAttribute INDEX__TYPE
The meta object literal for the 'Type' attribute feature.


COLUMN_TYPE

static final org.eclipse.emf.ecore.EEnum COLUMN_TYPE
The meta object literal for the 'Column Type' enum.

See Also:
ColumnType, DBGenPackageImpl.getColumnType()

INDEX_TYPE

static final org.eclipse.emf.ecore.EEnum INDEX_TYPE
The meta object literal for the 'Index Type' enum.

See Also:
IndexType, DBGenPackageImpl.getIndexType()

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.