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