public interface ServerPackage
extends org.eclipse.emf.ecore.EPackage
ServerFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServerPackage.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 ServerPackage |
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 |
PROJECT_UPDATED_EVENT
The meta object id for the '
Project Updated Event' class. |
static int |
PROJECT_UPDATED_EVENT__NEW_VERSION
The feature id for the 'New Version' containment reference.
|
static int |
PROJECT_UPDATED_EVENT__PROJECT_ID
The feature id for the 'Project Id' containment reference.
|
static int |
PROJECT_UPDATED_EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
PROJECT_UPDATED_EVENT_FEATURE_COUNT
The number of structural features of the 'Project Updated Event' class.
|
static int |
SERVER_EVENT
The meta object id for the '
Event' class. |
static int |
SERVER_EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
SERVER_EVENT_FEATURE_COUNT
The number of structural features of the 'Event' class.
|
static int |
SERVER_PROJECT_EVENT
The meta object id for the '
Project Event' class. |
static int |
SERVER_PROJECT_EVENT__PROJECT_ID
The feature id for the 'Project Id' containment reference.
|
static int |
SERVER_PROJECT_EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
SERVER_PROJECT_EVENT_FEATURE_COUNT
The number of structural features of the 'Project Event' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getProjectUpdatedEvent_NewVersion()
Returns the meta object for the containment reference '
New Version'. |
org.eclipse.emf.ecore.EClass |
getProjectUpdatedEvent()
Returns the meta object for class '
Project Updated Event'. |
org.eclipse.emf.ecore.EClass |
getServerEvent()
Returns the meta object for class '
Event'. |
ServerFactory |
getServerFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getServerProjectEvent_ProjectId()
Returns the meta object for the containment reference '
Project Id'. |
org.eclipse.emf.ecore.EClass |
getServerProjectEvent()
Returns the meta object for class '
Project Event'. |
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 ServerPackage eINSTANCE
static final int SERVER_EVENT
Event' class.
static final int SERVER_EVENT__TIMESTAMP
static final int SERVER_EVENT_FEATURE_COUNT
static final int SERVER_PROJECT_EVENT
Project Event' class. static final int SERVER_PROJECT_EVENT__TIMESTAMP
static final int SERVER_PROJECT_EVENT__PROJECT_ID
static final int SERVER_PROJECT_EVENT_FEATURE_COUNT
static final int PROJECT_UPDATED_EVENT
Project Updated Event' class.
static final int PROJECT_UPDATED_EVENT__TIMESTAMP
static final int PROJECT_UPDATED_EVENT__PROJECT_ID
static final int PROJECT_UPDATED_EVENT__NEW_VERSION
static final int PROJECT_UPDATED_EVENT_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getServerEvent()
Event'.
ServerEventorg.eclipse.emf.ecore.EClass getServerProjectEvent()
Project Event'.
ServerProjectEventorg.eclipse.emf.ecore.EReference getServerProjectEvent_ProjectId()
Project Id'.
ServerProjectEvent.getProjectId(),
getServerProjectEvent()org.eclipse.emf.ecore.EClass getProjectUpdatedEvent()
Project Updated Event'.
ProjectUpdatedEventorg.eclipse.emf.ecore.EReference getProjectUpdatedEvent_NewVersion()
New Version'.
ProjectUpdatedEvent.getNewVersion(),
getProjectUpdatedEvent()ServerFactory getServerFactory()
Copyright © 2017. All rights reserved.