public interface ErrorStateToModeMapping
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
getErrorState()
Returns the value of the 'Error State' reference.
|
org.eclipse.emf.common.util.EList<Mode> |
getMappedModes()
Returns the value of the 'Mapped Modes' reference list.
|
void |
setErrorState(ErrorBehaviorState value)
Sets the value of the '
Error State ' reference. |
ErrorBehaviorState getErrorState()
If the meaning of the 'Error State' reference isn't clear, there really should be more of a description here...
setErrorState(ErrorBehaviorState)
,
ErrorModelPackage.getErrorStateToModeMapping_ErrorState()
void setErrorState(ErrorBehaviorState value)
Error State
' reference.
value
- the new value of the 'Error State' reference.getErrorState()
org.eclipse.emf.common.util.EList<Mode> getMappedModes()
Mode
.
If the meaning of the 'Mapped Modes' reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorStateToModeMapping_MappedModes()