com.ibm.websphere.models.config.bcdservice
Interface BcdservicePackage

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:
BcdservicePackageImpl

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

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

Server-level configuration settings for the PME CEI Business Context Data service (server-pme51.xml).

See Also:
BcdserviceFactory

Nested Class Summary
static interface BcdservicePackage.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 BUSINESS_CONTEXT_DATA_SERVICE
          The meta object id for the 'Business Context Data Service' class
static int BUSINESS_CONTEXT_DATA_SERVICE__CONTEXT
          The feature id for the 'Context' container reference
static int BUSINESS_CONTEXT_DATA_SERVICE__ENABLE
          The feature id for the 'Enable' attribute
static int BUSINESS_CONTEXT_DATA_SERVICE__PROPERTIES
          The feature id for the 'Properties' containment reference list
static int BUSINESS_CONTEXT_DATA_SERVICE_FEATURE_COUNT
          The number of structural features of the 'Business Context Data Service' class
static BcdservicePackage 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
 BcdserviceFactory getBcdserviceFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EClass getBusinessContextDataService()
          Returns the meta object for class 'Business Context Data Service'
 
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 BcdservicePackage eINSTANCE
The singleton instance of the package.


BUSINESS_CONTEXT_DATA_SERVICE

static final int BUSINESS_CONTEXT_DATA_SERVICE
The meta object id for the 'Business Context Data Service' class.

See Also:
BusinessContextDataServiceImpl, BcdservicePackageImpl.getBusinessContextDataService(), Constant Field Values

BUSINESS_CONTEXT_DATA_SERVICE__ENABLE

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

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_SERVICE__CONTEXT

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

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_SERVICE__PROPERTIES

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

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_SERVICE_FEATURE_COUNT

static final int BUSINESS_CONTEXT_DATA_SERVICE_FEATURE_COUNT
The number of structural features of the 'Business Context Data Service' class.

See Also:
Constant Field Values
Method Detail

getBusinessContextDataService

org.eclipse.emf.ecore.EClass getBusinessContextDataService()
Returns the meta object for class 'Business Context Data Service'.

Returns:
the meta object for class 'Business Context Data Service'.
See Also:
BusinessContextDataService

getBcdserviceFactory

BcdserviceFactory getBcdserviceFactory()
Returns the factory that creates the instances of the model.

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