dawncodegen
Interface DawncodegenPackage.Literals

Enclosing interface:
DawncodegenPackage

public static interface DawncodegenPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass ADMIN
          The meta object literal for the 'Admin' class
static org.eclipse.emf.ecore.EAttribute ADMIN__PASSWORD
          The meta object literal for the 'Password' attribute feature
static org.eclipse.emf.ecore.EAttribute ADMIN__USERNAME
          The meta object literal for the 'Username' attribute feature
static org.eclipse.emf.ecore.EClass DATA_BASE
          The meta object literal for the 'Data Base' class
static org.eclipse.emf.ecore.EAttribute DATA_BASE__DB_DRIVER
          The meta object literal for the 'Db Driver' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__DIALECT
          The meta object literal for the 'Dialect' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__PASSWORD
          The meta object literal for the 'Password' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__PORT
          The meta object literal for the 'Port' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__PROTOCOL
          The meta object literal for the 'Protocol' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__SHOW_SQL
          The meta object literal for the 'Show SQL' attribute feature
static org.eclipse.emf.ecore.EAttribute DATA_BASE__USERNAME
          The meta object literal for the 'Username' attribute feature
static org.eclipse.emf.ecore.EClass DAWN_SERVER
          The meta object literal for the 'Dawn Server' class
static org.eclipse.emf.ecore.EReference DAWN_SERVER__ADMIN
          The meta object literal for the 'Admin' containment reference feature
static org.eclipse.emf.ecore.EReference DAWN_SERVER__DATA_BASE
          The meta object literal for the 'Data Base' containment reference feature
static org.eclipse.emf.ecore.EAttribute DAWN_SERVER__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute DAWN_SERVER__PORT
          The meta object literal for the 'Port' attribute feature
static org.eclipse.emf.ecore.EAttribute DAWN_SERVER__WEB_APPLICATION_NAME
          The meta object literal for the 'Web Application Name' attribute feature
 

Field Detail

ADMIN

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

See Also:
AdminImpl, DawncodegenPackageImpl.getAdmin()

ADMIN__USERNAME

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


ADMIN__PASSWORD

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


DAWN_SERVER

static final org.eclipse.emf.ecore.EClass DAWN_SERVER
The meta object literal for the 'Dawn Server' class.

See Also:
DawnServerImpl, DawncodegenPackageImpl.getDawnServer()

DAWN_SERVER__NAME

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


DAWN_SERVER__DATA_BASE

static final org.eclipse.emf.ecore.EReference DAWN_SERVER__DATA_BASE
The meta object literal for the 'Data Base' containment reference feature.


DAWN_SERVER__ADMIN

static final org.eclipse.emf.ecore.EReference DAWN_SERVER__ADMIN
The meta object literal for the 'Admin' containment reference feature.


DAWN_SERVER__PORT

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


DAWN_SERVER__WEB_APPLICATION_NAME

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


DATA_BASE

static final org.eclipse.emf.ecore.EClass DATA_BASE
The meta object literal for the 'Data Base' class.

See Also:
DataBaseImpl, DawncodegenPackageImpl.getDataBase()

DATA_BASE__NAME

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


DATA_BASE__PROTOCOL

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


DATA_BASE__PORT

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


DATA_BASE__DB_DRIVER

static final org.eclipse.emf.ecore.EAttribute DATA_BASE__DB_DRIVER
The meta object literal for the 'Db Driver' attribute feature.


DATA_BASE__SHOW_SQL

static final org.eclipse.emf.ecore.EAttribute DATA_BASE__SHOW_SQL
The meta object literal for the 'Show SQL' attribute feature.


DATA_BASE__USERNAME

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


DATA_BASE__PASSWORD

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


DATA_BASE__DIALECT

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