public interface EventsPackage
extends org.eclipse.emf.ecore.EPackage
EventsFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventsPackage.Literals
Defines literals for the meta objects that
represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static EventsPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
EVENT
The meta object id for the '
Event' class. |
static int |
EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
EVENT_FEATURE_COUNT
The number of structural features of the 'Event' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getEvent_Timestamp()
Returns the meta object for the attribute '
Timestamp'. |
org.eclipse.emf.ecore.EClass |
getEvent()
Returns the meta object for class '
Event'. |
EventsFactory |
getEventsFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final EventsPackage eINSTANCE
static final int EVENT
Event' class.
static final int EVENT__TIMESTAMP
static final int EVENT_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getEvent()
Event'.
Eventorg.eclipse.emf.ecore.EAttribute getEvent_Timestamp()
Timestamp'.
Event.getTimestamp(),
getEvent()EventsFactory getEventsFactory()
Copyright © 2017. All rights reserved.