|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitoringPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MonitoringPackage eINSTANCE
static final int GLOBAL_MONITORING
Global Monitoring
' class.
GlobalMonitoringImpl
,
MonitoringPackageImpl.getGlobalMonitoring()
,
Constant Field Valuesstatic final int GLOBAL_MONITORING__SESSION_MONITORED
static final int GLOBAL_MONITORING__PROPERTIES
static final int GLOBAL_MONITORING_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getGlobalMonitoring()
Global Monitoring
'.
GlobalMonitoring
org.eclipse.emf.ecore.EAttribute getGlobalMonitoring_SessionMonitored()
Session Monitored
'.
GlobalMonitoring.isSessionMonitored()
,
getGlobalMonitoring()
org.eclipse.emf.ecore.EReference getGlobalMonitoring_Properties()
Properties
'.
GlobalMonitoring.getProperties()
,
getGlobalMonitoring()
MonitoringFactory getMonitoringFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |