com.ibm.websphere.models.config.eventsservice
Interface EventsservicePackage

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

public interface EventsservicePackage
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 WBI CEI Events service (server-wbi.xml).

See Also:
EventsserviceFactory

Nested Class Summary
static interface EventsservicePackage.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 EventsservicePackage 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
static int EVENTS_SERVICE
          The meta object id for the 'Events Service' class
static int EVENTS_SERVICE__CONTEXT
          The feature id for the 'Context' container reference
static int EVENTS_SERVICE__ENABLE
          The feature id for the 'Enable' attribute
static int EVENTS_SERVICE__EVENT_INFRASTRUCTURE_EMITTER_FACTORY_JNDI_NAME
          The feature id for the 'Event Infrastructure Emitter Factory JNDI Name' attribute
static int EVENTS_SERVICE__PROPERTIES
          The feature id for the 'Properties' containment reference list
static int EVENTS_SERVICE_FEATURE_COUNT
          The number of structural features of the 'Events Service' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getEventsService_EventInfrastructureEmitterFactoryJNDIName()
          Returns the meta object for the attribute 'Event Infrastructure Emitter Factory JNDI Name'
 org.eclipse.emf.ecore.EClass getEventsService()
          Returns the meta object for class 'Events Service'
 EventsserviceFactory getEventsserviceFactory()
          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 EventsservicePackage eINSTANCE
The singleton instance of the package.


EVENTS_SERVICE

static final int EVENTS_SERVICE
The meta object id for the 'Events Service' class.

See Also:
EventsServiceImpl, EventsservicePackageImpl.getEventsService(), Constant Field Values

EVENTS_SERVICE__ENABLE

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

See Also:
Constant Field Values

EVENTS_SERVICE__CONTEXT

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

See Also:
Constant Field Values

EVENTS_SERVICE__PROPERTIES

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

See Also:
Constant Field Values

EVENTS_SERVICE__EVENT_INFRASTRUCTURE_EMITTER_FACTORY_JNDI_NAME

static final int EVENTS_SERVICE__EVENT_INFRASTRUCTURE_EMITTER_FACTORY_JNDI_NAME
The feature id for the 'Event Infrastructure Emitter Factory JNDI Name' attribute.

See Also:
Constant Field Values

EVENTS_SERVICE_FEATURE_COUNT

static final int EVENTS_SERVICE_FEATURE_COUNT
The number of structural features of the 'Events Service' class.

See Also:
Constant Field Values
Method Detail

getEventsService

org.eclipse.emf.ecore.EClass getEventsService()
Returns the meta object for class 'Events Service'.

Returns:
the meta object for class 'Events Service'.
See Also:
EventsService

getEventsService_EventInfrastructureEmitterFactoryJNDIName

org.eclipse.emf.ecore.EAttribute getEventsService_EventInfrastructureEmitterFactoryJNDIName()
Returns the meta object for the attribute 'Event Infrastructure Emitter Factory JNDI Name'.

Returns:
the meta object for the attribute 'Event Infrastructure Emitter Factory JNDI Name'.
See Also:
EventsService.getEventInfrastructureEmitterFactoryJNDIName(), getEventsService()

getEventsserviceFactory

EventsserviceFactory getEventsserviceFactory()
Returns the factory that creates the instances of the model.

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