Interface ThingStateChangedEventTrigger
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventTrigger
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ThingStateChangedEventTriggerImpl
A representation of the model object 'Thing State Changed Event Trigger'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'New State' attribute.Returns the value of the 'Old State' attribute.getThing()
Returns the value of the 'Thing' attribute.void
setNewState
(String value) Sets the value of the 'New State
' attribute.void
setOldState
(String value) Sets the value of the 'Old State
' attribute.void
Sets the value of the 'Thing
' attribute.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
-
getThing
String getThing()Returns the value of the 'Thing' attribute.- Returns:
- the value of the 'Thing' attribute.
- See Also:
-
setThing
Sets the value of the 'Thing
' attribute.- Parameters:
value
- the new value of the 'Thing' attribute.- See Also:
-
getOldState
String getOldState()Returns the value of the 'Old State' attribute.- Returns:
- the value of the 'Old State' attribute.
- See Also:
-
setOldState
Sets the value of the 'Old State
' attribute.- Parameters:
value
- the new value of the 'Old State' attribute.- See Also:
-
getNewState
String getNewState()Returns the value of the 'New State' attribute.- Returns:
- the value of the 'New State' attribute.
- See Also:
-
setNewState
Sets the value of the 'New State
' attribute.- Parameters:
value
- the new value of the 'New State' attribute.- See Also:
-