Interface ThingStateUpdateEventTrigger
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventTrigger
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ThingStateUpdateEventTriggerImpl
A representation of the model object 'Thing State Update Event Trigger'.
The following features are supported:
-
Method Summary
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:
-
getState
String getState()Returns the value of the 'State' attribute.- Returns:
- the value of the 'State' attribute.
- See Also:
-
setState
Sets the value of the 'State
' attribute.- Parameters:
value
- the new value of the 'State' attribute.- See Also:
-