public interface Event
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EventsPackage.getEvent()| Modifier and Type | Method and Description |
|---|---|
EventSource |
getSource()
Returns the value of the 'Source' reference.
|
long |
getTimestamp()
Returns the value of the 'Timestamp' attribute.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isIsProcessed()
Returns the value of the 'Is Processed' attribute.
|
void |
setIsProcessed(boolean value)
Sets the value of the '
Is Processed' attribute. |
void |
setSource(EventSource value)
Sets the value of the '
Source' reference. |
void |
setTimestamp(long value)
Sets the value of the '
Timestamp' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute. |
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
EventsPackage.getEvent_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()long getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(long),
EventsPackage.getEvent_Timestamp()void setTimestamp(long value)
Timestamp' attribute.
value - the new value of the 'Timestamp' attribute.getTimestamp()EventSource getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(EventSource),
EventsPackage.getEvent_Source()void setSource(EventSource value)
Source' reference.
value - the new value of the 'Source' reference.getSource()boolean isIsProcessed()
If the meaning of the 'Is Processed' attribute isn't clear, there really should be more of a description here...
setIsProcessed(boolean),
EventsPackage.getEvent_IsProcessed()void setIsProcessed(boolean value)
Is Processed' attribute.
value - the new value of the 'Is Processed' attribute.isIsProcessed()