@Deprecated
public interface WorkflowLogEntry
The following features are supported:
RuntimePackage.getWorkflowLogEntry()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Deprecated.
Returns the value of the 'Message' attribute.
|
long |
getTimestamp()
Deprecated.
Returns the value of the 'Timestamp' attribute.
|
WorkflowLogEntryType |
getType()
Deprecated.
Returns the value of the 'Type' attribute.
|
void |
setMessage(java.lang.String value)
Deprecated.
Sets the value of the '
Message' attribute. |
void |
setTimestamp(long value)
Deprecated.
Sets the value of the '
Timestamp' attribute. |
void |
setType(WorkflowLogEntryType value)
Deprecated.
Sets the value of the '
Type' attribute. |
WorkflowLogEntryType getType()
WorkflowLogEntryType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
WorkflowLogEntryType,
setType(WorkflowLogEntryType),
RuntimePackage.getWorkflowLogEntry_Type()void setType(WorkflowLogEntryType value)
Type' attribute.
value - the new value of the 'Type' attribute.WorkflowLogEntryType,
getType()long getTimestamp()
If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...
setTimestamp(long),
RuntimePackage.getWorkflowLogEntry_Timestamp()void setTimestamp(long value)
Timestamp' attribute.
value - the new value of the 'Timestamp' attribute.getTimestamp()java.lang.String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String),
RuntimePackage.getWorkflowLogEntry_Message()void setMessage(java.lang.String value)
Message' attribute.
value - the new value of the 'Message' attribute.getMessage()