Interface WorkflowTransition
-
- All Superinterfaces:
Comparable<Object>
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface WorkflowTransition extends Element
A representation of the model object 'Workflow Transition'.The following features are supported:
- See Also:
IntegrityPackage.getWorkflowTransition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Group>
getGroups()
Returns the value of the 'Groups' reference list.WorkflowState
getSource()
Returns the value of the 'Source' container reference.WorkflowState
getTarget()
Returns the value of the 'Target' reference.void
setSource(WorkflowState value)
Sets the value of the 'Source
' container reference.void
setTarget(WorkflowState value)
Sets the value of the 'Target
' reference.-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.Element
eUninitialize
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getSource
WorkflowState getSource()
Returns the value of the 'Source' container reference. It is bidirectional and its opposite is 'Transitions
'.- Returns:
- the value of the 'Source' container reference.
- See Also:
setSource(WorkflowState)
,IntegrityPackage.getWorkflowTransition_Source()
,WorkflowState.getTransitions()
-
setSource
void setSource(WorkflowState value)
Sets the value of the 'Source
' container reference.- Parameters:
value
- the new value of the 'Source' container reference.- See Also:
getSource()
-
getTarget
WorkflowState getTarget()
Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
setTarget(WorkflowState)
,IntegrityPackage.getWorkflowTransition_Target()
-
setTarget
void setTarget(WorkflowState value)
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
getTarget()
-
getGroups
MDWEList<Group> getGroups()
Returns the value of the 'Groups' reference list. The list contents are of typeGroup
.- Returns:
- the value of the 'Groups' reference list.
- See Also:
IntegrityPackage.getWorkflowTransition_Groups()
-
-