com.ibm.websphere.models.config.bspace
Interface BusinessSpaceConfigurationExtension

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

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

A representation of the model object 'Configuration Extension'.

The following features are supported:

See Also:
BusinessSpacePackage.getBusinessSpaceConfigurationExtension()

Method Summary
 BusinessSpaceServer getBusinessSpaceServer()
          Returns the value of the 'Business Space Server' containment reference
 void setBusinessSpaceServer(BusinessSpaceServer value)
          Sets the value of the 'Business Space Server' 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

getBusinessSpaceServer

BusinessSpaceServer getBusinessSpaceServer()
Returns the value of the 'Business Space Server' containment reference.

If the meaning of the 'Business Space Server' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Business Space Server' containment reference.
See Also:
setBusinessSpaceServer(BusinessSpaceServer), BusinessSpacePackage.getBusinessSpaceConfigurationExtension_BusinessSpaceServer()

setBusinessSpaceServer

void setBusinessSpaceServer(BusinessSpaceServer value)
Sets the value of the 'Business Space Server' containment reference.

Parameters:
value - the new value of the 'Business Space Server' containment reference.
See Also:
getBusinessSpaceServer()