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

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CorecellFactoryImpl

public interface CorecellFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
CorecellPackage

Field Summary
static CorecellFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 CoreCellExtension createCoreCellExtension()
          Returns a new object of class 'Core Cell Extension'
 SCAApplicationModule createSCAApplicationModule()
          Returns a new object of class 'SCA Application Module'
 SCASCDLExportBinding createSCASCDLExportBinding()
          Returns a new object of class 'SCASCDL Export Binding'
 SCASCDLImportBinding createSCASCDLImportBinding()
          Returns a new object of class 'SCASCDL Import Binding'
 SCDLBinding createSCDLBinding()
          Returns a new object of class 'SCDL Binding'
 SCDLExport createSCDLExport()
          Returns a new object of class 'SCDL Export'
 SCDLImport createSCDLImport()
          Returns a new object of class 'SCDL Import'
 WBIDatabaseConfig createWBIDatabaseConfig()
          Returns a new object of class 'WBI Database Config'
 CorecellPackage getCorecellPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
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

eINSTANCE

static final CorecellFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createCoreCellExtension

CoreCellExtension createCoreCellExtension()
Returns a new object of class 'Core Cell Extension'.

Returns:
a new object of class 'Core Cell Extension'.

createSCAApplicationModule

SCAApplicationModule createSCAApplicationModule()
Returns a new object of class 'SCA Application Module'.

Returns:
a new object of class 'SCA Application Module'.

createWBIDatabaseConfig

WBIDatabaseConfig createWBIDatabaseConfig()
Returns a new object of class 'WBI Database Config'.

Returns:
a new object of class 'WBI Database Config'.

createSCDLExport

SCDLExport createSCDLExport()
Returns a new object of class 'SCDL Export'.

Returns:
a new object of class 'SCDL Export'.

createSCDLBinding

SCDLBinding createSCDLBinding()
Returns a new object of class 'SCDL Binding'.

Returns:
a new object of class 'SCDL Binding'.

createSCASCDLExportBinding

SCASCDLExportBinding createSCASCDLExportBinding()
Returns a new object of class 'SCASCDL Export Binding'.

Returns:
a new object of class 'SCASCDL Export Binding'.

createSCASCDLImportBinding

SCASCDLImportBinding createSCASCDLImportBinding()
Returns a new object of class 'SCASCDL Import Binding'.

Returns:
a new object of class 'SCASCDL Import Binding'.

createSCDLImport

SCDLImport createSCDLImport()
Returns a new object of class 'SCDL Import'.

Returns:
a new object of class 'SCDL Import'.

getCorecellPackage

CorecellPackage getCorecellPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.