com.ibm.websphere.models.config.monitoring
Interface MonitoringPackage

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

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

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

See Also:
MonitoringFactory

Nested Class Summary
static interface MonitoringPackage.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 MonitoringPackage 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 GLOBAL_MONITORING
          The meta object id for the 'Global Monitoring' class
static int GLOBAL_MONITORING__PROPERTIES
          The feature id for the 'Properties' containment reference list
static int GLOBAL_MONITORING__SESSION_MONITORED
          The feature id for the 'Session Monitored' attribute
static int GLOBAL_MONITORING_FEATURE_COUNT
          The number of structural features of the 'Global Monitoring' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getGlobalMonitoring_Properties()
          Returns the meta object for the containment reference list 'Properties'
 org.eclipse.emf.ecore.EAttribute getGlobalMonitoring_SessionMonitored()
          Returns the meta object for the attribute 'Session Monitored'
 org.eclipse.emf.ecore.EClass getGlobalMonitoring()
          Returns the meta object for class 'Global Monitoring'
 MonitoringFactory getMonitoringFactory()
          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 MonitoringPackage eINSTANCE
The singleton instance of the package.


GLOBAL_MONITORING

static final int GLOBAL_MONITORING
The meta object id for the 'Global Monitoring' class.

See Also:
GlobalMonitoringImpl, MonitoringPackageImpl.getGlobalMonitoring(), Constant Field Values

GLOBAL_MONITORING__SESSION_MONITORED

static final int GLOBAL_MONITORING__SESSION_MONITORED
The feature id for the 'Session Monitored' attribute.

See Also:
Constant Field Values

GLOBAL_MONITORING__PROPERTIES

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

See Also:
Constant Field Values

GLOBAL_MONITORING_FEATURE_COUNT

static final int GLOBAL_MONITORING_FEATURE_COUNT
The number of structural features of the 'Global Monitoring' class.

See Also:
Constant Field Values
Method Detail

getGlobalMonitoring

org.eclipse.emf.ecore.EClass getGlobalMonitoring()
Returns the meta object for class 'Global Monitoring'.

Returns:
the meta object for class 'Global Monitoring'.
See Also:
GlobalMonitoring

getGlobalMonitoring_SessionMonitored

org.eclipse.emf.ecore.EAttribute getGlobalMonitoring_SessionMonitored()
Returns the meta object for the attribute 'Session Monitored'.

Returns:
the meta object for the attribute 'Session Monitored'.
See Also:
GlobalMonitoring.isSessionMonitored(), getGlobalMonitoring()

getGlobalMonitoring_Properties

org.eclipse.emf.ecore.EReference getGlobalMonitoring_Properties()
Returns the meta object for the containment reference list 'Properties'.

Returns:
the meta object for the containment reference list 'Properties'.
See Also:
GlobalMonitoring.getProperties(), getGlobalMonitoring()

getMonitoringFactory

MonitoringFactory getMonitoringFactory()
Returns the factory that creates the instances of the model.

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