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

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

public interface BPMFederationConfiguration
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'BPM Federation Configuration'.

The following features are supported:

See Also:
BpmfederationPackage.getBPMFederationConfiguration()

Method Summary
 BPMApiFederation getBpmApiFederation()
          Returns the value of the 'Bpm Api Federation' containment reference
 void setBpmApiFederation(BPMApiFederation value)
          Sets the value of the 'Bpm Api Federation' containment reference
 
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
 

Method Detail

getBpmApiFederation

BPMApiFederation getBpmApiFederation()
Returns the value of the 'Bpm Api Federation' containment reference.

If the meaning of the 'Bpm Api Federation' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bpm Api Federation' containment reference.
See Also:
setBpmApiFederation(BPMApiFederation), BpmfederationPackage.getBPMFederationConfiguration_BpmApiFederation()

setBpmApiFederation

void setBpmApiFederation(BPMApiFederation value)
Sets the value of the 'Bpm Api Federation' containment reference.

Parameters:
value - the new value of the 'Bpm Api Federation' containment reference.
See Also:
getBpmApiFederation()