Interface ThingStatusCondition
- All Superinterfaces:
Condition,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ThingStatusConditionImpl
A representation of the model object 'Thing Status Condition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Status' attribute.getThing()Returns the value of the 'Thing' attribute.booleanReturns the value of the 'Negation' attribute.voidsetNegation(boolean value) Sets the value of the 'Negation' attribute.voidSets the value of the 'Status' attribute.voidSets 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, eUnsetMethods 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:
-
isNegation
boolean isNegation()Returns the value of the 'Negation' attribute.- Returns:
- the value of the 'Negation' attribute.
- See Also:
-
setNegation
void setNegation(boolean value) Sets the value of the 'Negation' attribute.- Parameters:
value- the new value of the 'Negation' attribute.- See Also:
-
getStatus
String getStatus()Returns the value of the 'Status' attribute.- Returns:
- the value of the 'Status' attribute.
- See Also:
-
setStatus
Sets the value of the 'Status' attribute.- Parameters:
value- the new value of the 'Status' attribute.- See Also:
-