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:
TacticdslPackage.getTargetState()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnumValue
getValue()
Returns the value of the 'Value' reference.boolean
isEndState()
Returns the value of the 'End State' attribute.void
setEndState(boolean value)
Sets the value of the 'End State
' attribute.void
setValue(EnumValue value)
Sets the value of the 'Value
' reference.
-
-
-
Method Detail
-
getValue
EnumValue getValue()
Returns the value of the 'Value' reference.- Returns:
- the value of the 'Value' reference.
- See Also:
setValue(EnumValue)
,TacticdslPackage.getTargetState_Value()
- Model:
- Generated:
-
setValue
void setValue(EnumValue value)
Sets the value of the 'Value
' reference.- Parameters:
value
- the new value of the 'Value' reference.- See Also:
getValue()
- Generated:
-
isEndState
boolean isEndState()
Returns the value of the 'End State' attribute.- Returns:
- the value of the 'End State' attribute.
- See Also:
setEndState(boolean)
,TacticdslPackage.getTargetState_EndState()
- 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:
isEndState()
- Generated:
-
-