com.ibm.websphere.models.config.bpm.federation
Interface BpmfederationFactory

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

public interface BpmfederationFactory
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:
BpmfederationPackage

Field Summary
static BpmfederationFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 BPMApiCellTarget createBPMApiCellTarget()
          Returns a new object of class 'BPM Api Cell Target'
 BPMApiClusterTarget createBPMApiClusterTarget()
          Returns a new object of class 'BPM Api Cluster Target'
 BPMApiDomain createBPMApiDomain()
          Returns a new object of class 'BPM Api Domain'
 BPMApiFederation createBPMApiFederation()
          Returns a new object of class 'BPM Api Federation'
 BPMApiRESTService createBPMApiRESTService()
          Returns a new object of class 'BPM Api REST Service'
 BPMApiServerTarget createBPMApiServerTarget()
          Returns a new object of class 'BPM Api Server Target'
 BPMApiSystemTarget createBPMApiSystemTarget()
          Returns a new object of class 'BPM Api System Target'
 BPMApiTarget createBPMApiTarget()
          Returns a new object of class 'BPM Api Target'
 BPMFederationConfiguration createBPMFederationConfiguration()
          Returns a new object of class 'BPM Federation Configuration'
 BpmfederationPackage getBpmfederationPackage()
          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 BpmfederationFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createBPMFederationConfiguration

BPMFederationConfiguration createBPMFederationConfiguration()
Returns a new object of class 'BPM Federation Configuration'.

Returns:
a new object of class 'BPM Federation Configuration'.

createBPMApiDomain

BPMApiDomain createBPMApiDomain()
Returns a new object of class 'BPM Api Domain'.

Returns:
a new object of class 'BPM Api Domain'.

createBPMApiFederation

BPMApiFederation createBPMApiFederation()
Returns a new object of class 'BPM Api Federation'.

Returns:
a new object of class 'BPM Api Federation'.

createBPMApiTarget

BPMApiTarget createBPMApiTarget()
Returns a new object of class 'BPM Api Target'.

Returns:
a new object of class 'BPM Api Target'.

createBPMApiCellTarget

BPMApiCellTarget createBPMApiCellTarget()
Returns a new object of class 'BPM Api Cell Target'.

Returns:
a new object of class 'BPM Api Cell Target'.

createBPMApiClusterTarget

BPMApiClusterTarget createBPMApiClusterTarget()
Returns a new object of class 'BPM Api Cluster Target'.

Returns:
a new object of class 'BPM Api Cluster Target'.

createBPMApiServerTarget

BPMApiServerTarget createBPMApiServerTarget()
Returns a new object of class 'BPM Api Server Target'.

Returns:
a new object of class 'BPM Api Server Target'.

createBPMApiSystemTarget

BPMApiSystemTarget createBPMApiSystemTarget()
Returns a new object of class 'BPM Api System Target'.

Returns:
a new object of class 'BPM Api System Target'.

createBPMApiRESTService

BPMApiRESTService createBPMApiRESTService()
Returns a new object of class 'BPM Api REST Service'.

Returns:
a new object of class 'BPM Api REST Service'.

getBpmfederationPackage

BpmfederationPackage getBpmfederationPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.