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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ArtifactloaderservicePackageImpl

public interface ArtifactloaderservicePackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

Configuration settings for the Core Shared Artifact Loader Service.

See Also:
ArtifactloaderserviceFactory

Nested Class Summary
static interface ArtifactloaderservicePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ARTIFACT_LOADER_SERVICE
          The meta object id for the 'Artifact Loader Service' class
static int ARTIFACT_LOADER_SERVICE__CONTEXT
          The feature id for the 'Context' container reference
static int ARTIFACT_LOADER_SERVICE__DYNAMIC
          The feature id for the 'Dynamic' attribute
static int ARTIFACT_LOADER_SERVICE__ENABLE
          The feature id for the 'Enable' attribute
static int ARTIFACT_LOADER_SERVICE__PROPERTIES
          The feature id for the 'Properties' containment reference list
static int ARTIFACT_LOADER_SERVICE_FEATURE_COUNT
          The number of structural features of the 'Artifact Loader Service' class
static ArtifactloaderservicePackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getArtifactLoaderService_Dynamic()
          Returns the meta object for the attribute 'Dynamic'
 org.eclipse.emf.ecore.EClass getArtifactLoaderService()
          Returns the meta object for class 'Artifact Loader Service'
 ArtifactloaderserviceFactory getArtifactloaderserviceFactory()
          Returns the factory that creates the instances of the model
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ArtifactloaderservicePackage eINSTANCE
The singleton instance of the package.


ARTIFACT_LOADER_SERVICE

static final int ARTIFACT_LOADER_SERVICE
The meta object id for the 'Artifact Loader Service' class.

See Also:
ArtifactLoaderServiceImpl, ArtifactloaderservicePackageImpl.getArtifactLoaderService(), Constant Field Values

ARTIFACT_LOADER_SERVICE__ENABLE

static final int ARTIFACT_LOADER_SERVICE__ENABLE
The feature id for the 'Enable' attribute.

See Also:
Constant Field Values

ARTIFACT_LOADER_SERVICE__CONTEXT

static final int ARTIFACT_LOADER_SERVICE__CONTEXT
The feature id for the 'Context' container reference.

See Also:
Constant Field Values

ARTIFACT_LOADER_SERVICE__PROPERTIES

static final int ARTIFACT_LOADER_SERVICE__PROPERTIES
The feature id for the 'Properties' containment reference list.

See Also:
Constant Field Values

ARTIFACT_LOADER_SERVICE__DYNAMIC

static final int ARTIFACT_LOADER_SERVICE__DYNAMIC
The feature id for the 'Dynamic' attribute.

See Also:
Constant Field Values

ARTIFACT_LOADER_SERVICE_FEATURE_COUNT

static final int ARTIFACT_LOADER_SERVICE_FEATURE_COUNT
The number of structural features of the 'Artifact Loader Service' class.

See Also:
Constant Field Values
Method Detail

getArtifactLoaderService

org.eclipse.emf.ecore.EClass getArtifactLoaderService()
Returns the meta object for class 'Artifact Loader Service'.

Returns:
the meta object for class 'Artifact Loader Service'.
See Also:
ArtifactLoaderService

getArtifactLoaderService_Dynamic

org.eclipse.emf.ecore.EAttribute getArtifactLoaderService_Dynamic()
Returns the meta object for the attribute 'Dynamic'.

Returns:
the meta object for the attribute 'Dynamic'.
See Also:
ArtifactLoaderService.isDynamic(), getArtifactLoaderService()

getArtifactloaderserviceFactory

ArtifactloaderserviceFactory getArtifactloaderserviceFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.