|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusType
A representation of the model object 'Status Type'. Description of the status of process execution.
The following features are supported:
Wps10Package.getStatusType()
Method Summary | |
---|---|
java.lang.Object |
getCreationTime()
Returns the value of the 'Creation Time' attribute. |
java.lang.String |
getProcessAccepted()
Returns the value of the 'Process Accepted' attribute. |
ProcessFailedType |
getProcessFailed()
Returns the value of the 'Process Failed' containment reference. |
ProcessStartedType |
getProcessPaused()
Returns the value of the 'Process Paused' containment reference. |
ProcessStartedType |
getProcessStarted()
Returns the value of the 'Process Started' containment reference. |
java.lang.String |
getProcessSucceeded()
Returns the value of the 'Process Succeeded' attribute. |
void |
setCreationTime(java.lang.Object value)
Sets the value of the ' Creation Time ' attribute. |
void |
setProcessAccepted(java.lang.String value)
Sets the value of the ' Process Accepted ' attribute. |
void |
setProcessFailed(ProcessFailedType value)
Sets the value of the ' Process Failed ' containment reference. |
void |
setProcessPaused(ProcessStartedType value)
Sets the value of the ' Process Paused ' containment reference. |
void |
setProcessStarted(ProcessStartedType value)
Sets the value of the ' Process Started ' containment reference. |
void |
setProcessSucceeded(java.lang.String value)
Sets the value of the ' Process Succeeded ' 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 |
---|
java.lang.String getProcessAccepted()
setProcessAccepted(String)
,
Wps10Package.getStatusType_ProcessAccepted()
void setProcessAccepted(java.lang.String value)
Process Accepted
' attribute.
value
- the new value of the 'Process Accepted' attribute.getProcessAccepted()
ProcessStartedType getProcessStarted()
setProcessStarted(ProcessStartedType)
,
Wps10Package.getStatusType_ProcessStarted()
void setProcessStarted(ProcessStartedType value)
Process Started
' containment reference.
value
- the new value of the 'Process Started' containment reference.getProcessStarted()
ProcessStartedType getProcessPaused()
setProcessPaused(ProcessStartedType)
,
Wps10Package.getStatusType_ProcessPaused()
void setProcessPaused(ProcessStartedType value)
Process Paused
' containment reference.
value
- the new value of the 'Process Paused' containment reference.getProcessPaused()
java.lang.String getProcessSucceeded()
setProcessSucceeded(String)
,
Wps10Package.getStatusType_ProcessSucceeded()
void setProcessSucceeded(java.lang.String value)
Process Succeeded
' attribute.
value
- the new value of the 'Process Succeeded' attribute.getProcessSucceeded()
ProcessFailedType getProcessFailed()
setProcessFailed(ProcessFailedType)
,
Wps10Package.getStatusType_ProcessFailed()
void setProcessFailed(ProcessFailedType value)
Process Failed
' containment reference.
value
- the new value of the 'Process Failed' containment reference.getProcessFailed()
java.lang.Object getCreationTime()
setCreationTime(Object)
,
Wps10Package.getStatusType_CreationTime()
void setCreationTime(java.lang.Object value)
Creation Time
' attribute.
value
- the new value of the 'Creation Time' attribute.getCreationTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |