com.ibm.websphere.models.config.artifactloaderservice
Interface ArtifactLoaderService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, com.ibm.websphere.models.config.process.Service
All Known Implementing Classes:
ArtifactLoaderServiceImpl

public interface ArtifactLoaderService
extends com.ibm.websphere.models.config.process.Service

A representation of the model object 'Artifact Loader Service'. WBI Shared Artifact Loader Service

The following features are supported:

See Also:
ArtifactloaderservicePackage.getArtifactLoaderService()

Method Summary
 boolean isDynamic()
          Returns the value of the 'Dynamic' attribute.
 void setDynamic(boolean value)
          Sets the value of the 'Dynamic' attribute
 
Methods inherited from interface com.ibm.websphere.models.config.process.Service
getContainerScope, getContext, getProperties, isEnable, isSetEnable, setContext, setEnable, unsetEnable
 
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

isDynamic

boolean isDynamic()
Returns the value of the 'Dynamic' attribute. The default value is "true".

If the meaning of the 'Dynamic' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dynamic' attribute.
See Also:
setDynamic(boolean), ArtifactloaderservicePackage.getArtifactLoaderService_Dynamic()

setDynamic

void setDynamic(boolean value)
Sets the value of the 'Dynamic' attribute.

Parameters:
value - the new value of the 'Dynamic' attribute.
See Also:
isDynamic()