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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Event, org.eclipse.emf.common.notify.Notifier, ServerEvent, ServerProjectEvent
All Known Implementing Classes:
ProjectUpdatedEventImpl

public interface ProjectUpdatedEvent
extends ServerProjectEvent

A representation of the model object ' Project Updated Event'.

The following features are supported:

See Also:
ServerPackage.getProjectUpdatedEvent()

Method Summary
 PrimaryVersionSpec getNewVersion()
          Returns the value of the 'New Version' containment reference.
 void setNewVersion(PrimaryVersionSpec value)
          Sets the value of the ' New Version' containment reference.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.events.server.ServerProjectEvent
getProjectId, setProjectId
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.events.Event
getTimestamp, setTimestamp
 
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
 

Method Detail

getNewVersion

PrimaryVersionSpec getNewVersion()
Returns the value of the 'New Version' containment reference.

If the meaning of the 'New Version' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'New Version' containment reference.
See Also:
setNewVersion(PrimaryVersionSpec), ServerPackage.getProjectUpdatedEvent_NewVersion()

setNewVersion

void setNewVersion(PrimaryVersionSpec value)
Sets the value of the ' New Version' containment reference.

Parameters:
value - the new value of the 'New Version' containment reference.
See Also:
getNewVersion()


Copyright © 2015. All Rights Reserved.