|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DawncodegenPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DawncodegenPackage eINSTANCE
static final int ADMIN
Admin' class.
AdminImpl,
DawncodegenPackageImpl.getAdmin(),
Constant Field Valuesstatic final int ADMIN__USERNAME
static final int ADMIN__PASSWORD
static final int ADMIN_FEATURE_COUNT
static final int DAWN_SERVER
Dawn Server' class.
DawnServerImpl,
DawncodegenPackageImpl.getDawnServer(),
Constant Field Valuesstatic final int DAWN_SERVER__NAME
static final int DAWN_SERVER__DATA_BASE
static final int DAWN_SERVER__ADMIN
static final int DAWN_SERVER__PORT
static final int DAWN_SERVER__WEB_APPLICATION_NAME
static final int DAWN_SERVER_FEATURE_COUNT
static final int DATA_BASE
Data Base' class.
DataBaseImpl,
DawncodegenPackageImpl.getDataBase(),
Constant Field Valuesstatic final int DATA_BASE__NAME
static final int DATA_BASE__PROTOCOL
static final int DATA_BASE__PORT
static final int DATA_BASE__DB_DRIVER
static final int DATA_BASE__SHOW_SQL
static final int DATA_BASE__USERNAME
static final int DATA_BASE__PASSWORD
static final int DATA_BASE__DIALECT
static final int DATA_BASE_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getAdmin()
Admin'.
Adminorg.eclipse.emf.ecore.EAttribute getAdmin_Username()
Username'.
Admin.getUsername(),
getAdmin()org.eclipse.emf.ecore.EAttribute getAdmin_Password()
Password'.
Admin.getPassword(),
getAdmin()org.eclipse.emf.ecore.EClass getDawnServer()
Dawn Server'.
DawnServerorg.eclipse.emf.ecore.EAttribute getDawnServer_Name()
Name'.
DawnServer.getName(),
getDawnServer()org.eclipse.emf.ecore.EReference getDawnServer_DataBase()
Data Base'.
DawnServer.getDataBase(),
getDawnServer()org.eclipse.emf.ecore.EReference getDawnServer_Admin()
Admin'.
DawnServer.getAdmin(),
getDawnServer()org.eclipse.emf.ecore.EAttribute getDawnServer_Port()
Port'.
DawnServer.getPort(),
getDawnServer()org.eclipse.emf.ecore.EAttribute getDawnServer_WebApplicationName()
Web Application Name'.
DawnServer.getWebApplicationName(),
getDawnServer()org.eclipse.emf.ecore.EClass getDataBase()
Data Base'.
DataBaseorg.eclipse.emf.ecore.EAttribute getDataBase_Name()
Name'.
DataBase.getName(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_Protocol()
Protocol'.
DataBase.getProtocol(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_Port()
Port'.
DataBase.getPort(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_DbDriver()
Db Driver'.
DataBase.getDbDriver(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_ShowSQL()
Show SQL'.
DataBase.isShowSQL(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_Username()
Username'.
DataBase.getUsername(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_Password()
Password'.
DataBase.getPassword(),
getDataBase()org.eclipse.emf.ecore.EAttribute getDataBase_Dialect()
Dialect'.
DataBase.getDialect(),
getDataBase()DawncodegenFactory getDawncodegenFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||