org.eclipse.emf.emfstore.internal.server.model.versioning.events.server
Interface ServerPackage

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

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

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

See Also:
ServerFactory

Nested Class Summary
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
 
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 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.
 
Method Summary
 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'.
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ServerPackage eINSTANCE
The singleton instance of the package.


SERVER_EVENT

static final int SERVER_EVENT
The meta object id for the ' Event' class.

See Also:
ServerEventImpl, ServerPackageImpl.getServerEvent(), Constant Field Values

SERVER_EVENT__TIMESTAMP

static final int SERVER_EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

SERVER_EVENT_FEATURE_COUNT

static final int SERVER_EVENT_FEATURE_COUNT
The number of structural features of the 'Event' class.

See Also:
Constant Field Values

SERVER_PROJECT_EVENT

static final int SERVER_PROJECT_EVENT
The meta object id for the ' Project Event' class.

See Also:
ServerProjectEventImpl, ServerPackageImpl.getServerProjectEvent(), Constant Field Values

SERVER_PROJECT_EVENT__TIMESTAMP

static final int SERVER_PROJECT_EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

SERVER_PROJECT_EVENT__PROJECT_ID

static final int SERVER_PROJECT_EVENT__PROJECT_ID
The feature id for the 'Project Id' containment reference.

See Also:
Constant Field Values

SERVER_PROJECT_EVENT_FEATURE_COUNT

static final int SERVER_PROJECT_EVENT_FEATURE_COUNT
The number of structural features of the 'Project Event' class.

See Also:
Constant Field Values

PROJECT_UPDATED_EVENT

static final int PROJECT_UPDATED_EVENT
The meta object id for the ' Project Updated Event' class.

See Also:
ProjectUpdatedEventImpl, ServerPackageImpl.getProjectUpdatedEvent(), Constant Field Values

PROJECT_UPDATED_EVENT__TIMESTAMP

static final int PROJECT_UPDATED_EVENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

PROJECT_UPDATED_EVENT__PROJECT_ID

static final int PROJECT_UPDATED_EVENT__PROJECT_ID
The feature id for the 'Project Id' containment reference.

See Also:
Constant Field Values

PROJECT_UPDATED_EVENT__NEW_VERSION

static final int PROJECT_UPDATED_EVENT__NEW_VERSION
The feature id for the 'New Version' containment reference.

See Also:
Constant Field Values

PROJECT_UPDATED_EVENT_FEATURE_COUNT

static final int PROJECT_UPDATED_EVENT_FEATURE_COUNT
The number of structural features of the 'Project Updated Event' class.

See Also:
Constant Field Values
Method Detail

getServerEvent

org.eclipse.emf.ecore.EClass getServerEvent()
Returns the meta object for class ' Event'.

Returns:
the meta object for class 'Event'.
See Also:
ServerEvent

getServerProjectEvent

org.eclipse.emf.ecore.EClass getServerProjectEvent()
Returns the meta object for class ' Project Event'.

Returns:
the meta object for class 'Project Event'.
See Also:
ServerProjectEvent

getServerProjectEvent_ProjectId

org.eclipse.emf.ecore.EReference getServerProjectEvent_ProjectId()
Returns the meta object for the containment reference ' Project Id'.

Returns:
the meta object for the containment reference 'Project Id'.
See Also:
ServerProjectEvent.getProjectId(), getServerProjectEvent()

getProjectUpdatedEvent

org.eclipse.emf.ecore.EClass getProjectUpdatedEvent()
Returns the meta object for class ' Project Updated Event'.

Returns:
the meta object for class 'Project Updated Event'.
See Also:
ProjectUpdatedEvent

getProjectUpdatedEvent_NewVersion

org.eclipse.emf.ecore.EReference getProjectUpdatedEvent_NewVersion()
Returns the meta object for the containment reference ' New Version'.

Returns:
the meta object for the containment reference 'New Version'.
See Also:
ProjectUpdatedEvent.getNewVersion(), getProjectUpdatedEvent()

getServerFactory

ServerFactory getServerFactory()
Returns the factory that creates the instances of the model.

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


Copyright © 2015. All Rights Reserved.