Interface TargetState
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface TargetState
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Target State'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the value of the 'Value' reference.boolean
Returns the value of the 'End State' attribute.void
setEndState
(boolean value) Sets the value of the 'End State
' attribute.void
Sets the value of the 'Value
' reference.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 Details
-
getValue
EnumValue getValue()Returns the value of the 'Value' reference.- Returns:
- the value of the 'Value' reference.
- See Also:
- Model:
- Generated:
-
setValue
Sets the value of the 'Value
' reference.- Parameters:
value
- the new value of the 'Value' reference.- See Also:
- Generated:
-
isEndState
boolean isEndState()Returns the value of the 'End State' attribute.- Returns:
- the value of the 'End State' attribute.
- See Also:
- Model:
- Generated:
-
setEndState
void setEndState(boolean value) Sets the value of the 'End State
' attribute.- Parameters:
value
- the new value of the 'End State' attribute.- See Also:
- Generated:
-