public interface WorkflowState extends Element
The following features are supported:
IntegrityPackage.getWorkflowState()
Modifier and Type | Method and Description |
---|---|
MDWEList<Field> |
getMandatoryFields()
Returns the value of the 'Mandatory Fields' reference list.
|
State |
getState()
Returns the value of the 'State' reference.
|
MDWEList<WorkflowTransition> |
getTransitions()
Returns the value of the 'Transitions' containment reference list.
|
void |
setState(State value)
Sets the value of the '
State ' reference. |
eUninitialize
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
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
MDWEList<WorkflowTransition> getTransitions()
WorkflowTransition
.
It is bidirectional and its opposite is 'Source
'.
IntegrityPackage.getWorkflowState_Transitions()
,
WorkflowTransition.getSource()
MDWEList<Field> getMandatoryFields()
Field
.
IntegrityPackage.getWorkflowState_MandatoryFields()
State getState()
setState(State)
,
IntegrityPackage.getWorkflowState_State()
void setState(State value)
State
' reference.
value
- the new value of the 'State' reference.getState()