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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ProjectUpdatedEvent, ServerEvent, ServerProjectEvent
All Known Implementing Classes:
EventImpl, ProjectUpdatedEventImpl, ServerEventImpl, ServerProjectEventImpl

public interface Event
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Event'.

The following features are supported:

See Also:
EventsPackage.getEvent()

Method Summary
 Date getTimestamp()
          Returns the value of the 'Timestamp' attribute.
 void setTimestamp(Date value)
          Sets the value of the ' Timestamp' attribute.
 
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

getTimestamp

Date getTimestamp()
Returns the value of the 'Timestamp' attribute.

If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(Date), EventsPackage.getEvent_Timestamp()

setTimestamp

void setTimestamp(Date value)
Sets the value of the ' Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()


Copyright © 2015. All Rights Reserved.