com.ibm.websphere.models.config.corecell
Interface CorecellPackage

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:
CorecellPackageImpl

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

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

Cell-level Configuration settings for Core.

See Also:
CorecellFactory

Nested Class Summary
static interface CorecellPackage.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 CORE_CELL_EXTENSION
          The meta object id for the 'Core Cell Extension' class
static int CORE_CELL_EXTENSION__ARTIFACT_LOADER_CONFIGURATIONS
          The feature id for the 'Artifact Loader Configurations' containment reference list
static int CORE_CELL_EXTENSION__ARTIFACT_LOADER_SECURITY
          The feature id for the 'Artifact Loader Security' containment reference
static int CORE_CELL_EXTENSION__DATABASE_CONFIGURATIONS
          The feature id for the 'Database Configurations' containment reference list
static int CORE_CELL_EXTENSION__SCA_MODULES
          The feature id for the 'SCA Modules' containment reference list
static int CORE_CELL_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'Core Cell Extension' class
static CorecellPackage 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
static int SCA_APPLICATION_MODULE
          The meta object id for the 'SCA Application Module' class
static int SCA_APPLICATION_MODULE__APPLICATION_NAME
          The feature id for the 'Application Name' attribute
static int SCA_APPLICATION_MODULE__CELL_IDENTIFIER
          The feature id for the 'Cell Identifier' attribute
static int SCA_APPLICATION_MODULE__DEPLOYMENT_URI
          The feature id for the 'Deployment URI' attribute
static int SCA_APPLICATION_MODULE__NAME
          The feature id for the 'Name' attribute
static int SCA_APPLICATION_MODULE__NATIVE
          The feature id for the 'Native' attribute
static int SCA_APPLICATION_MODULE__SCDL_EXPORTS
          The feature id for the 'SCDL Exports' containment reference list
static int SCA_APPLICATION_MODULE__SCDL_IMPORTS
          The feature id for the 'SCDL Imports' containment reference list
static int SCA_APPLICATION_MODULE__SHORT_NAME
          The feature id for the 'Short Name' attribute
static int SCA_APPLICATION_MODULE__VERSION
          The feature id for the 'Version' attribute
static int SCA_APPLICATION_MODULE_FEATURE_COUNT
          The number of structural features of the 'SCA Application Module' class
static int SCASCDL_EXPORT_BINDING
          The meta object id for the 'SCASCDL Export Binding' class
static int SCASCDL_EXPORT_BINDING_FEATURE_COUNT
          The number of structural features of the 'SCASCDL Export Binding' class
static int SCASCDL_IMPORT_BINDING
          The meta object id for the 'SCASCDL Import Binding' class
static int SCASCDL_IMPORT_BINDING__CELL_IDENTIFIER
          The feature id for the 'Cell Identifier' attribute
static int SCASCDL_IMPORT_BINDING__EXPORT_NAME
          The feature id for the 'Export Name' attribute
static int SCASCDL_IMPORT_BINDING__MODULE_NAME
          The feature id for the 'Module Name' attribute
static int SCASCDL_IMPORT_BINDING__MODULE_SHORT_NAME
          The feature id for the 'Module Short Name' attribute
static int SCASCDL_IMPORT_BINDING__VERSION
          The feature id for the 'Version' attribute
static int SCASCDL_IMPORT_BINDING_FEATURE_COUNT
          The number of structural features of the 'SCASCDL Import Binding' class
static int SCDL_BINDING
          The meta object id for the 'SCDL Binding' class
static int SCDL_BINDING_FEATURE_COUNT
          The number of structural features of the 'SCDL Binding' class
static int SCDL_EXPORT
          The meta object id for the 'SCDL Export' class
static int SCDL_EXPORT__BINDING
          The feature id for the 'Binding' containment reference
static int SCDL_EXPORT__NAME
          The feature id for the 'Name' attribute
static int SCDL_EXPORT_FEATURE_COUNT
          The number of structural features of the 'SCDL Export' class
static int SCDL_IMPORT
          The meta object id for the 'SCDL Import' class
static int SCDL_IMPORT__BINDING
          The feature id for the 'Binding' containment reference
static int SCDL_IMPORT__NAME
          The feature id for the 'Name' attribute
static int SCDL_IMPORT_FEATURE_COUNT
          The number of structural features of the 'SCDL Import' class
static int WBI_DATABASE_CONFIG
          The meta object id for the 'WBI Database Config' class
static int WBI_DATABASE_CONFIG__CREATE_TABLES
          The feature id for the 'Create Tables' attribute
static int WBI_DATABASE_CONFIG__SCHEMA_NAME
          The feature id for the 'Schema Name' attribute
static int WBI_DATABASE_CONFIG_FEATURE_COUNT
          The number of structural features of the 'WBI Database Config' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getCoreCellExtension_ArtifactLoaderConfigurations()
          Returns the meta object for the containment reference list 'Artifact Loader Configurations'
 org.eclipse.emf.ecore.EReference getCoreCellExtension_ArtifactLoaderSecurity()
          Returns the meta object for the containment reference 'Artifact Loader Security'
 org.eclipse.emf.ecore.EReference getCoreCellExtension_DatabaseConfigurations()
          Returns the meta object for the containment reference list 'Database Configurations'
 org.eclipse.emf.ecore.EReference getCoreCellExtension_SCAModules()
          Returns the meta object for the containment reference list 'SCA Modules'
 org.eclipse.emf.ecore.EClass getCoreCellExtension()
          Returns the meta object for class 'Core Cell Extension'
 CorecellFactory getCorecellFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_ApplicationName()
          Returns the meta object for the attribute 'Application Name'
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_CellIdentifier()
          Returns the meta object for the attribute 'Cell Identifier'
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_DeploymentURI()
          Returns the meta object for the attribute 'Deployment URI'
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_Native()
          Returns the meta object for the attribute 'Native'
 org.eclipse.emf.ecore.EReference getSCAApplicationModule_SCDLExports()
          Returns the meta object for the containment reference list 'SCDL Exports'
 org.eclipse.emf.ecore.EReference getSCAApplicationModule_SCDLImports()
          Returns the meta object for the containment reference list 'SCDL Imports'
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_ShortName()
          Returns the meta object for the attribute 'Short Name'
 org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getSCAApplicationModule()
          Returns the meta object for class 'SCA Application Module'
 org.eclipse.emf.ecore.EClass getSCASCDLExportBinding()
          Returns the meta object for class 'SCASCDL Export Binding'
 org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_CellIdentifier()
          Returns the meta object for the attribute 'Cell Identifier'
 org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_ExportName()
          Returns the meta object for the attribute 'Export Name'
 org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_ModuleName()
          Returns the meta object for the attribute 'Module Name'
 org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_ModuleShortName()
          Returns the meta object for the attribute 'Module Short Name'
 org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getSCASCDLImportBinding()
          Returns the meta object for class 'SCASCDL Import Binding'
 org.eclipse.emf.ecore.EClass getSCDLBinding()
          Returns the meta object for class 'SCDL Binding'
 org.eclipse.emf.ecore.EReference getSCDLExport_Binding()
          Returns the meta object for the containment reference 'Binding'
 org.eclipse.emf.ecore.EAttribute getSCDLExport_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EClass getSCDLExport()
          Returns the meta object for class 'SCDL Export'
 org.eclipse.emf.ecore.EReference getSCDLImport_Binding()
          Returns the meta object for the containment reference 'Binding'
 org.eclipse.emf.ecore.EAttribute getSCDLImport_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EClass getSCDLImport()
          Returns the meta object for class 'SCDL Import'
 org.eclipse.emf.ecore.EAttribute getWBIDatabaseConfig_CreateTables()
          Returns the meta object for the attribute 'Create Tables'
 org.eclipse.emf.ecore.EAttribute getWBIDatabaseConfig_SchemaName()
          Returns the meta object for the attribute 'Schema Name'
 org.eclipse.emf.ecore.EClass getWBIDatabaseConfig()
          Returns the meta object for class 'WBI Database Config'
 
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 CorecellPackage eINSTANCE
The singleton instance of the package.


CORE_CELL_EXTENSION

static final int CORE_CELL_EXTENSION
The meta object id for the 'Core Cell Extension' class.

See Also:
CoreCellExtensionImpl, CorecellPackageImpl.getCoreCellExtension(), Constant Field Values

CORE_CELL_EXTENSION__ARTIFACT_LOADER_SECURITY

static final int CORE_CELL_EXTENSION__ARTIFACT_LOADER_SECURITY
The feature id for the 'Artifact Loader Security' containment reference.

See Also:
Constant Field Values

CORE_CELL_EXTENSION__ARTIFACT_LOADER_CONFIGURATIONS

static final int CORE_CELL_EXTENSION__ARTIFACT_LOADER_CONFIGURATIONS
The feature id for the 'Artifact Loader Configurations' containment reference list.

See Also:
Constant Field Values

CORE_CELL_EXTENSION__SCA_MODULES

static final int CORE_CELL_EXTENSION__SCA_MODULES
The feature id for the 'SCA Modules' containment reference list.

See Also:
Constant Field Values

CORE_CELL_EXTENSION__DATABASE_CONFIGURATIONS

static final int CORE_CELL_EXTENSION__DATABASE_CONFIGURATIONS
The feature id for the 'Database Configurations' containment reference list.

See Also:
Constant Field Values

CORE_CELL_EXTENSION_FEATURE_COUNT

static final int CORE_CELL_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Core Cell Extension' class.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE

static final int SCA_APPLICATION_MODULE
The meta object id for the 'SCA Application Module' class.

See Also:
SCAApplicationModuleImpl, CorecellPackageImpl.getSCAApplicationModule(), Constant Field Values

SCA_APPLICATION_MODULE__NAME

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

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__APPLICATION_NAME

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

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__SHORT_NAME

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

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__VERSION

static final int SCA_APPLICATION_MODULE__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__CELL_IDENTIFIER

static final int SCA_APPLICATION_MODULE__CELL_IDENTIFIER
The feature id for the 'Cell Identifier' attribute.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__NATIVE

static final int SCA_APPLICATION_MODULE__NATIVE
The feature id for the 'Native' attribute.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__DEPLOYMENT_URI

static final int SCA_APPLICATION_MODULE__DEPLOYMENT_URI
The feature id for the 'Deployment URI' attribute.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__SCDL_EXPORTS

static final int SCA_APPLICATION_MODULE__SCDL_EXPORTS
The feature id for the 'SCDL Exports' containment reference list.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE__SCDL_IMPORTS

static final int SCA_APPLICATION_MODULE__SCDL_IMPORTS
The feature id for the 'SCDL Imports' containment reference list.

See Also:
Constant Field Values

SCA_APPLICATION_MODULE_FEATURE_COUNT

static final int SCA_APPLICATION_MODULE_FEATURE_COUNT
The number of structural features of the 'SCA Application Module' class.

See Also:
Constant Field Values

WBI_DATABASE_CONFIG

static final int WBI_DATABASE_CONFIG
The meta object id for the 'WBI Database Config' class.

See Also:
WBIDatabaseConfigImpl, CorecellPackageImpl.getWBIDatabaseConfig(), Constant Field Values

WBI_DATABASE_CONFIG__SCHEMA_NAME

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

See Also:
Constant Field Values

WBI_DATABASE_CONFIG__CREATE_TABLES

static final int WBI_DATABASE_CONFIG__CREATE_TABLES
The feature id for the 'Create Tables' attribute.

See Also:
Constant Field Values

WBI_DATABASE_CONFIG_FEATURE_COUNT

static final int WBI_DATABASE_CONFIG_FEATURE_COUNT
The number of structural features of the 'WBI Database Config' class.

See Also:
Constant Field Values

SCDL_EXPORT

static final int SCDL_EXPORT
The meta object id for the 'SCDL Export' class.

See Also:
SCDLExportImpl, CorecellPackageImpl.getSCDLExport(), Constant Field Values

SCDL_EXPORT__NAME

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

See Also:
Constant Field Values

SCDL_EXPORT__BINDING

static final int SCDL_EXPORT__BINDING
The feature id for the 'Binding' containment reference.

See Also:
Constant Field Values

SCDL_EXPORT_FEATURE_COUNT

static final int SCDL_EXPORT_FEATURE_COUNT
The number of structural features of the 'SCDL Export' class.

See Also:
Constant Field Values

SCDL_BINDING

static final int SCDL_BINDING
The meta object id for the 'SCDL Binding' class.

See Also:
SCDLBindingImpl, CorecellPackageImpl.getSCDLBinding(), Constant Field Values

SCDL_BINDING_FEATURE_COUNT

static final int SCDL_BINDING_FEATURE_COUNT
The number of structural features of the 'SCDL Binding' class.

See Also:
Constant Field Values

SCASCDL_EXPORT_BINDING

static final int SCASCDL_EXPORT_BINDING
The meta object id for the 'SCASCDL Export Binding' class.

See Also:
SCASCDLExportBindingImpl, CorecellPackageImpl.getSCASCDLExportBinding(), Constant Field Values

SCASCDL_EXPORT_BINDING_FEATURE_COUNT

static final int SCASCDL_EXPORT_BINDING_FEATURE_COUNT
The number of structural features of the 'SCASCDL Export Binding' class.

See Also:
Constant Field Values

SCASCDL_IMPORT_BINDING

static final int SCASCDL_IMPORT_BINDING
The meta object id for the 'SCASCDL Import Binding' class.

See Also:
SCASCDLImportBindingImpl, CorecellPackageImpl.getSCASCDLImportBinding(), Constant Field Values

SCASCDL_IMPORT_BINDING__MODULE_NAME

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

See Also:
Constant Field Values

SCASCDL_IMPORT_BINDING__MODULE_SHORT_NAME

static final int SCASCDL_IMPORT_BINDING__MODULE_SHORT_NAME
The feature id for the 'Module Short Name' attribute.

See Also:
Constant Field Values

SCASCDL_IMPORT_BINDING__CELL_IDENTIFIER

static final int SCASCDL_IMPORT_BINDING__CELL_IDENTIFIER
The feature id for the 'Cell Identifier' attribute.

See Also:
Constant Field Values

SCASCDL_IMPORT_BINDING__VERSION

static final int SCASCDL_IMPORT_BINDING__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

SCASCDL_IMPORT_BINDING__EXPORT_NAME

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

See Also:
Constant Field Values

SCASCDL_IMPORT_BINDING_FEATURE_COUNT

static final int SCASCDL_IMPORT_BINDING_FEATURE_COUNT
The number of structural features of the 'SCASCDL Import Binding' class.

See Also:
Constant Field Values

SCDL_IMPORT

static final int SCDL_IMPORT
The meta object id for the 'SCDL Import' class.

See Also:
SCDLImportImpl, CorecellPackageImpl.getSCDLImport(), Constant Field Values

SCDL_IMPORT__NAME

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

See Also:
Constant Field Values

SCDL_IMPORT__BINDING

static final int SCDL_IMPORT__BINDING
The feature id for the 'Binding' containment reference.

See Also:
Constant Field Values

SCDL_IMPORT_FEATURE_COUNT

static final int SCDL_IMPORT_FEATURE_COUNT
The number of structural features of the 'SCDL Import' class.

See Also:
Constant Field Values
Method Detail

getCoreCellExtension

org.eclipse.emf.ecore.EClass getCoreCellExtension()
Returns the meta object for class 'Core Cell Extension'.

Returns:
the meta object for class 'Core Cell Extension'.
See Also:
CoreCellExtension

getCoreCellExtension_ArtifactLoaderSecurity

org.eclipse.emf.ecore.EReference getCoreCellExtension_ArtifactLoaderSecurity()
Returns the meta object for the containment reference 'Artifact Loader Security'.

Returns:
the meta object for the containment reference 'Artifact Loader Security'.
See Also:
CoreCellExtension.getArtifactLoaderSecurity(), getCoreCellExtension()

getCoreCellExtension_ArtifactLoaderConfigurations

org.eclipse.emf.ecore.EReference getCoreCellExtension_ArtifactLoaderConfigurations()
Returns the meta object for the containment reference list 'Artifact Loader Configurations'.

Returns:
the meta object for the containment reference list 'Artifact Loader Configurations'.
See Also:
CoreCellExtension.getArtifactLoaderConfigurations(), getCoreCellExtension()

getCoreCellExtension_SCAModules

org.eclipse.emf.ecore.EReference getCoreCellExtension_SCAModules()
Returns the meta object for the containment reference list 'SCA Modules'.

Returns:
the meta object for the containment reference list 'SCA Modules'.
See Also:
CoreCellExtension.getSCAModules(), getCoreCellExtension()

getCoreCellExtension_DatabaseConfigurations

org.eclipse.emf.ecore.EReference getCoreCellExtension_DatabaseConfigurations()
Returns the meta object for the containment reference list 'Database Configurations'.

Returns:
the meta object for the containment reference list 'Database Configurations'.
See Also:
CoreCellExtension.getDatabaseConfigurations(), getCoreCellExtension()

getSCAApplicationModule

org.eclipse.emf.ecore.EClass getSCAApplicationModule()
Returns the meta object for class 'SCA Application Module'.

Returns:
the meta object for class 'SCA Application Module'.
See Also:
SCAApplicationModule

getSCAApplicationModule_Name

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

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

getSCAApplicationModule_ApplicationName

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

Returns:
the meta object for the attribute 'Application Name'.
See Also:
SCAApplicationModule.getApplicationName(), getSCAApplicationModule()

getSCAApplicationModule_ShortName

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

Returns:
the meta object for the attribute 'Short Name'.
See Also:
SCAApplicationModule.getShortName(), getSCAApplicationModule()

getSCAApplicationModule_Version

org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
SCAApplicationModule.getVersion(), getSCAApplicationModule()

getSCAApplicationModule_CellIdentifier

org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_CellIdentifier()
Returns the meta object for the attribute 'Cell Identifier'.

Returns:
the meta object for the attribute 'Cell Identifier'.
See Also:
SCAApplicationModule.getCellIdentifier(), getSCAApplicationModule()

getSCAApplicationModule_Native

org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_Native()
Returns the meta object for the attribute 'Native'.

Returns:
the meta object for the attribute 'Native'.
See Also:
SCAApplicationModule.isNative(), getSCAApplicationModule()

getSCAApplicationModule_DeploymentURI

org.eclipse.emf.ecore.EAttribute getSCAApplicationModule_DeploymentURI()
Returns the meta object for the attribute 'Deployment URI'.

Returns:
the meta object for the attribute 'Deployment URI'.
See Also:
SCAApplicationModule.getDeploymentURI(), getSCAApplicationModule()

getSCAApplicationModule_SCDLExports

org.eclipse.emf.ecore.EReference getSCAApplicationModule_SCDLExports()
Returns the meta object for the containment reference list 'SCDL Exports'.

Returns:
the meta object for the containment reference list 'SCDL Exports'.
See Also:
SCAApplicationModule.getSCDLExports(), getSCAApplicationModule()

getSCAApplicationModule_SCDLImports

org.eclipse.emf.ecore.EReference getSCAApplicationModule_SCDLImports()
Returns the meta object for the containment reference list 'SCDL Imports'.

Returns:
the meta object for the containment reference list 'SCDL Imports'.
See Also:
SCAApplicationModule.getSCDLImports(), getSCAApplicationModule()

getWBIDatabaseConfig

org.eclipse.emf.ecore.EClass getWBIDatabaseConfig()
Returns the meta object for class 'WBI Database Config'.

Returns:
the meta object for class 'WBI Database Config'.
See Also:
WBIDatabaseConfig

getWBIDatabaseConfig_SchemaName

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

Returns:
the meta object for the attribute 'Schema Name'.
See Also:
WBIDatabaseConfig.getSchemaName(), getWBIDatabaseConfig()

getWBIDatabaseConfig_CreateTables

org.eclipse.emf.ecore.EAttribute getWBIDatabaseConfig_CreateTables()
Returns the meta object for the attribute 'Create Tables'.

Returns:
the meta object for the attribute 'Create Tables'.
See Also:
WBIDatabaseConfig.isCreateTables(), getWBIDatabaseConfig()

getSCDLExport

org.eclipse.emf.ecore.EClass getSCDLExport()
Returns the meta object for class 'SCDL Export'.

Returns:
the meta object for class 'SCDL Export'.
See Also:
SCDLExport

getSCDLExport_Name

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

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

getSCDLExport_Binding

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

Returns:
the meta object for the containment reference 'Binding'.
See Also:
SCDLExport.getBinding(), getSCDLExport()

getSCDLBinding

org.eclipse.emf.ecore.EClass getSCDLBinding()
Returns the meta object for class 'SCDL Binding'.

Returns:
the meta object for class 'SCDL Binding'.
See Also:
SCDLBinding

getSCASCDLExportBinding

org.eclipse.emf.ecore.EClass getSCASCDLExportBinding()
Returns the meta object for class 'SCASCDL Export Binding'.

Returns:
the meta object for class 'SCASCDL Export Binding'.
See Also:
SCASCDLExportBinding

getSCASCDLImportBinding

org.eclipse.emf.ecore.EClass getSCASCDLImportBinding()
Returns the meta object for class 'SCASCDL Import Binding'.

Returns:
the meta object for class 'SCASCDL Import Binding'.
See Also:
SCASCDLImportBinding

getSCASCDLImportBinding_ModuleName

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

Returns:
the meta object for the attribute 'Module Name'.
See Also:
SCASCDLImportBinding.getModuleName(), getSCASCDLImportBinding()

getSCASCDLImportBinding_ModuleShortName

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

Returns:
the meta object for the attribute 'Module Short Name'.
See Also:
SCASCDLImportBinding.getModuleShortName(), getSCASCDLImportBinding()

getSCASCDLImportBinding_CellIdentifier

org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_CellIdentifier()
Returns the meta object for the attribute 'Cell Identifier'.

Returns:
the meta object for the attribute 'Cell Identifier'.
See Also:
SCASCDLImportBinding.getCellIdentifier(), getSCASCDLImportBinding()

getSCASCDLImportBinding_Version

org.eclipse.emf.ecore.EAttribute getSCASCDLImportBinding_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
SCASCDLImportBinding.getVersion(), getSCASCDLImportBinding()

getSCASCDLImportBinding_ExportName

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

Returns:
the meta object for the attribute 'Export Name'.
See Also:
SCASCDLImportBinding.getExportName(), getSCASCDLImportBinding()

getSCDLImport

org.eclipse.emf.ecore.EClass getSCDLImport()
Returns the meta object for class 'SCDL Import'.

Returns:
the meta object for class 'SCDL Import'.
See Also:
SCDLImport

getSCDLImport_Name

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

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

getSCDLImport_Binding

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

Returns:
the meta object for the containment reference 'Binding'.
See Also:
SCDLImport.getBinding(), getSCDLImport()

getCorecellFactory

CorecellFactory getCorecellFactory()
Returns the factory that creates the instances of the model.

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