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

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

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

A representation of the model object 'Core Cell Extension'. Core-specific cell-level configuration extensions.

The following features are supported:

See Also:
CorecellPackage.getCoreCellExtension()

Method Summary
 org.eclipse.emf.common.util.EList getArtifactLoaderConfigurations()
          Returns the value of the 'Artifact Loader Configurations' containment reference list.
 RALSecurity getArtifactLoaderSecurity()
          Returns the value of the 'Artifact Loader Security' containment reference
 org.eclipse.emf.common.util.EList getDatabaseConfigurations()
          Returns the value of the 'Database Configurations' containment reference list.
 org.eclipse.emf.common.util.EList getSCAModules()
          Returns the value of the 'SCA Modules' containment reference list.
 void setArtifactLoaderSecurity(RALSecurity value)
          Sets the value of the 'Artifact Loader Security' 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

getArtifactLoaderSecurity

RALSecurity getArtifactLoaderSecurity()
Returns the value of the 'Artifact Loader Security' containment reference.

If the meaning of the 'Artifact Loader Security' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Artifact Loader Security' containment reference.
See Also:
setArtifactLoaderSecurity(RALSecurity), CorecellPackage.getCoreCellExtension_ArtifactLoaderSecurity()

setArtifactLoaderSecurity

void setArtifactLoaderSecurity(RALSecurity value)
Sets the value of the 'Artifact Loader Security' containment reference.

Parameters:
value - the new value of the 'Artifact Loader Security' containment reference.
See Also:
getArtifactLoaderSecurity()

getArtifactLoaderConfigurations

org.eclipse.emf.common.util.EList getArtifactLoaderConfigurations()
Returns the value of the 'Artifact Loader Configurations' containment reference list. The list contents are of type RALConfiguration.

If the meaning of the 'Artifact Loader Configurations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Artifact Loader Configurations' containment reference list.
See Also:
CorecellPackage.getCoreCellExtension_ArtifactLoaderConfigurations()

getSCAModules

org.eclipse.emf.common.util.EList getSCAModules()
Returns the value of the 'SCA Modules' containment reference list. The list contents are of type SCAApplicationModule.

If the meaning of the 'SCA Modules' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'SCA Modules' containment reference list.
See Also:
CorecellPackage.getCoreCellExtension_SCAModules()

getDatabaseConfigurations

org.eclipse.emf.common.util.EList getDatabaseConfigurations()
Returns the value of the 'Database Configurations' containment reference list. The list contents are of type WBIDatabaseConfig.

If the meaning of the 'Database Configurations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Database Configurations' containment reference list.
See Also:
CorecellPackage.getCoreCellExtension_DatabaseConfigurations()