org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
Interface WorkflowLogEntry


Deprecated.

@Deprecated
public interface WorkflowLogEntry

A representation of the model object 'Workflow Log Entry'.

The following features are supported:

See Also:
RuntimePackage.getWorkflowLogEntry()
Generated:
Model:

Method Summary
 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.
 

Method Detail

getType

WorkflowLogEntryType getType()
Deprecated. 
Returns the value of the 'Type' attribute. The literals are from the enumeration WorkflowLogEntryType.

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

Returns:
the value of the 'Type' attribute.
See Also:
WorkflowLogEntryType, setType(WorkflowLogEntryType), RuntimePackage.getWorkflowLogEntry_Type()
Generated:
Model:
required="true"

setType

void setType(WorkflowLogEntryType value)
Deprecated. 
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
WorkflowLogEntryType, getType()
Generated:

getTimestamp

long getTimestamp()
Deprecated. 
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(long), RuntimePackage.getWorkflowLogEntry_Timestamp()
Generated:
Model:

setTimestamp

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

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

getMessage

java.lang.String getMessage()
Deprecated. 
Returns the value of the 'Message' attribute.

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

Returns:
the value of the 'Message' attribute.
See Also:
setMessage(String), RuntimePackage.getWorkflowLogEntry_Message()
Generated:
Model:
required="true"

setMessage

void setMessage(java.lang.String value)
Deprecated. 
Sets the value of the 'Message' attribute.

Parameters:
value - the new value of the 'Message' attribute.
See Also:
getMessage()
Generated: