dawncodegen
Interface DawncodegenPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DawncodegenPackageImpl

public interface DawncodegenPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
DawncodegenFactory

Nested Class Summary
static interface DawncodegenPackage.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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ADMIN
          The meta object id for the 'Admin' class
static int ADMIN__PASSWORD
          The feature id for the 'Password' attribute
static int ADMIN__USERNAME
          The feature id for the 'Username' attribute
static int ADMIN_FEATURE_COUNT
          The number of structural features of the 'Admin' class
static int DATA_BASE
          The meta object id for the 'Data Base' class
static int DATA_BASE__DB_DRIVER
          The feature id for the 'Db Driver' attribute
static int DATA_BASE__DIALECT
          The feature id for the 'Dialect' attribute
static int DATA_BASE__NAME
          The feature id for the 'Name' attribute
static int DATA_BASE__PASSWORD
          The feature id for the 'Password' attribute
static int DATA_BASE__PORT
          The feature id for the 'Port' attribute
static int DATA_BASE__PROTOCOL
          The feature id for the 'Protocol' attribute
static int DATA_BASE__SHOW_SQL
          The feature id for the 'Show SQL' attribute
static int DATA_BASE__USERNAME
          The feature id for the 'Username' attribute
static int DATA_BASE_FEATURE_COUNT
          The number of structural features of the 'Data Base' class
static int DAWN_SERVER
          The meta object id for the 'Dawn Server' class
static int DAWN_SERVER__ADMIN
          The feature id for the 'Admin' containment reference
static int DAWN_SERVER__DATA_BASE
          The feature id for the 'Data Base' containment reference
static int DAWN_SERVER__NAME
          The feature id for the 'Name' attribute
static int DAWN_SERVER__PORT
          The feature id for the 'Port' attribute
static int DAWN_SERVER__WEB_APPLICATION_NAME
          The feature id for the 'Web Application Name' attribute
static int DAWN_SERVER_FEATURE_COUNT
          The number of structural features of the 'Dawn Server' class
static DawncodegenPackage 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
 org.eclipse.emf.ecore.EAttribute getAdmin_Password()
          Returns the meta object for the attribute 'Password'
 org.eclipse.emf.ecore.EAttribute getAdmin_Username()
          Returns the meta object for the attribute 'Username'
 org.eclipse.emf.ecore.EClass getAdmin()
          Returns the meta object for class 'Admin'
 org.eclipse.emf.ecore.EAttribute getDataBase_DbDriver()
          Returns the meta object for the attribute 'Db Driver'
 org.eclipse.emf.ecore.EAttribute getDataBase_Dialect()
          Returns the meta object for the attribute 'Dialect'
 org.eclipse.emf.ecore.EAttribute getDataBase_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getDataBase_Password()
          Returns the meta object for the attribute 'Password'
 org.eclipse.emf.ecore.EAttribute getDataBase_Port()
          Returns the meta object for the attribute 'Port'
 org.eclipse.emf.ecore.EAttribute getDataBase_Protocol()
          Returns the meta object for the attribute 'Protocol'
 org.eclipse.emf.ecore.EAttribute getDataBase_ShowSQL()
          Returns the meta object for the attribute 'Show SQL'
 org.eclipse.emf.ecore.EAttribute getDataBase_Username()
          Returns the meta object for the attribute 'Username'
 org.eclipse.emf.ecore.EClass getDataBase()
          Returns the meta object for class 'Data Base'
 DawncodegenFactory getDawncodegenFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getDawnServer_Admin()
          Returns the meta object for the containment reference 'Admin'
 org.eclipse.emf.ecore.EReference getDawnServer_DataBase()
          Returns the meta object for the containment reference 'Data Base'
 org.eclipse.emf.ecore.EAttribute getDawnServer_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getDawnServer_Port()
          Returns the meta object for the attribute 'Port'
 org.eclipse.emf.ecore.EAttribute getDawnServer_WebApplicationName()
          Returns the meta object for the attribute 'Web Application Name'
 org.eclipse.emf.ecore.EClass getDawnServer()
          Returns the meta object for class 'Dawn Server'
 
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, 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 DawncodegenPackage eINSTANCE
The singleton instance of the package.


ADMIN

static final int ADMIN
The meta object id for the 'Admin' class.

See Also:
AdminImpl, DawncodegenPackageImpl.getAdmin(), Constant Field Values

ADMIN__USERNAME

static final int ADMIN__USERNAME
The feature id for the 'Username' attribute.

See Also:
Constant Field Values

ADMIN__PASSWORD

static final int ADMIN__PASSWORD
The feature id for the 'Password' attribute.

See Also:
Constant Field Values

ADMIN_FEATURE_COUNT

static final int ADMIN_FEATURE_COUNT
The number of structural features of the 'Admin' class.

See Also:
Constant Field Values

DAWN_SERVER

static final int DAWN_SERVER
The meta object id for the 'Dawn Server' class.

See Also:
DawnServerImpl, DawncodegenPackageImpl.getDawnServer(), Constant Field Values

DAWN_SERVER__NAME

static final int DAWN_SERVER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

DAWN_SERVER__DATA_BASE

static final int DAWN_SERVER__DATA_BASE
The feature id for the 'Data Base' containment reference.

See Also:
Constant Field Values

DAWN_SERVER__ADMIN

static final int DAWN_SERVER__ADMIN
The feature id for the 'Admin' containment reference.

See Also:
Constant Field Values

DAWN_SERVER__PORT

static final int DAWN_SERVER__PORT
The feature id for the 'Port' attribute.

See Also:
Constant Field Values

DAWN_SERVER__WEB_APPLICATION_NAME

static final int DAWN_SERVER__WEB_APPLICATION_NAME
The feature id for the 'Web Application Name' attribute.

See Also:
Constant Field Values

DAWN_SERVER_FEATURE_COUNT

static final int DAWN_SERVER_FEATURE_COUNT
The number of structural features of the 'Dawn Server' class.

See Also:
Constant Field Values

DATA_BASE

static final int DATA_BASE
The meta object id for the 'Data Base' class.

See Also:
DataBaseImpl, DawncodegenPackageImpl.getDataBase(), Constant Field Values

DATA_BASE__NAME

static final int DATA_BASE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

DATA_BASE__PROTOCOL

static final int DATA_BASE__PROTOCOL
The feature id for the 'Protocol' attribute.

See Also:
Constant Field Values

DATA_BASE__PORT

static final int DATA_BASE__PORT
The feature id for the 'Port' attribute.

See Also:
Constant Field Values

DATA_BASE__DB_DRIVER

static final int DATA_BASE__DB_DRIVER
The feature id for the 'Db Driver' attribute.

See Also:
Constant Field Values

DATA_BASE__SHOW_SQL

static final int DATA_BASE__SHOW_SQL
The feature id for the 'Show SQL' attribute.

See Also:
Constant Field Values

DATA_BASE__USERNAME

static final int DATA_BASE__USERNAME
The feature id for the 'Username' attribute.

See Also:
Constant Field Values

DATA_BASE__PASSWORD

static final int DATA_BASE__PASSWORD
The feature id for the 'Password' attribute.

See Also:
Constant Field Values

DATA_BASE__DIALECT

static final int DATA_BASE__DIALECT
The feature id for the 'Dialect' attribute.

See Also:
Constant Field Values

DATA_BASE_FEATURE_COUNT

static final int DATA_BASE_FEATURE_COUNT
The number of structural features of the 'Data Base' class.

See Also:
Constant Field Values
Method Detail

getAdmin

org.eclipse.emf.ecore.EClass getAdmin()
Returns the meta object for class 'Admin'.

Returns:
the meta object for class 'Admin'.
See Also:
Admin

getAdmin_Username

org.eclipse.emf.ecore.EAttribute getAdmin_Username()
Returns the meta object for the attribute 'Username'.

Returns:
the meta object for the attribute 'Username'.
See Also:
Admin.getUsername(), getAdmin()

getAdmin_Password

org.eclipse.emf.ecore.EAttribute getAdmin_Password()
Returns the meta object for the attribute 'Password'.

Returns:
the meta object for the attribute 'Password'.
See Also:
Admin.getPassword(), getAdmin()

getDawnServer

org.eclipse.emf.ecore.EClass getDawnServer()
Returns the meta object for class 'Dawn Server'.

Returns:
the meta object for class 'Dawn Server'.
See Also:
DawnServer

getDawnServer_Name

org.eclipse.emf.ecore.EAttribute getDawnServer_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
DawnServer.getName(), getDawnServer()

getDawnServer_DataBase

org.eclipse.emf.ecore.EReference getDawnServer_DataBase()
Returns the meta object for the containment reference 'Data Base'.

Returns:
the meta object for the containment reference 'Data Base'.
See Also:
DawnServer.getDataBase(), getDawnServer()

getDawnServer_Admin

org.eclipse.emf.ecore.EReference getDawnServer_Admin()
Returns the meta object for the containment reference 'Admin'.

Returns:
the meta object for the containment reference 'Admin'.
See Also:
DawnServer.getAdmin(), getDawnServer()

getDawnServer_Port

org.eclipse.emf.ecore.EAttribute getDawnServer_Port()
Returns the meta object for the attribute 'Port'.

Returns:
the meta object for the attribute 'Port'.
See Also:
DawnServer.getPort(), getDawnServer()

getDawnServer_WebApplicationName

org.eclipse.emf.ecore.EAttribute getDawnServer_WebApplicationName()
Returns the meta object for the attribute 'Web Application Name'.

Returns:
the meta object for the attribute 'Web Application Name'.
See Also:
DawnServer.getWebApplicationName(), getDawnServer()

getDataBase

org.eclipse.emf.ecore.EClass getDataBase()
Returns the meta object for class 'Data Base'.

Returns:
the meta object for class 'Data Base'.
See Also:
DataBase

getDataBase_Name

org.eclipse.emf.ecore.EAttribute getDataBase_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
DataBase.getName(), getDataBase()

getDataBase_Protocol

org.eclipse.emf.ecore.EAttribute getDataBase_Protocol()
Returns the meta object for the attribute 'Protocol'.

Returns:
the meta object for the attribute 'Protocol'.
See Also:
DataBase.getProtocol(), getDataBase()

getDataBase_Port

org.eclipse.emf.ecore.EAttribute getDataBase_Port()
Returns the meta object for the attribute 'Port'.

Returns:
the meta object for the attribute 'Port'.
See Also:
DataBase.getPort(), getDataBase()

getDataBase_DbDriver

org.eclipse.emf.ecore.EAttribute getDataBase_DbDriver()
Returns the meta object for the attribute 'Db Driver'.

Returns:
the meta object for the attribute 'Db Driver'.
See Also:
DataBase.getDbDriver(), getDataBase()

getDataBase_ShowSQL

org.eclipse.emf.ecore.EAttribute getDataBase_ShowSQL()
Returns the meta object for the attribute 'Show SQL'.

Returns:
the meta object for the attribute 'Show SQL'.
See Also:
DataBase.isShowSQL(), getDataBase()

getDataBase_Username

org.eclipse.emf.ecore.EAttribute getDataBase_Username()
Returns the meta object for the attribute 'Username'.

Returns:
the meta object for the attribute 'Username'.
See Also:
DataBase.getUsername(), getDataBase()

getDataBase_Password

org.eclipse.emf.ecore.EAttribute getDataBase_Password()
Returns the meta object for the attribute 'Password'.

Returns:
the meta object for the attribute 'Password'.
See Also:
DataBase.getPassword(), getDataBase()

getDataBase_Dialect

org.eclipse.emf.ecore.EAttribute getDataBase_Dialect()
Returns the meta object for the attribute 'Dialect'.

Returns:
the meta object for the attribute 'Dialect'.
See Also:
DataBase.getDialect(), getDataBase()

getDawncodegenFactory

DawncodegenFactory getDawncodegenFactory()
Returns the factory that creates the instances of the model.

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