Interface ItemStateCondition
- All Superinterfaces:
Condition,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ItemStateConditionImpl
A representation of the model object 'Item State Condition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetItem()Returns the value of the 'Item' attribute.Returns the value of the 'Operator' attribute.getState()Returns the value of the 'State' containment reference.voidSets the value of the 'Item' attribute.voidsetOperator(String value) Sets the value of the 'Operator' attribute.voidsetState(ValidState value) Sets the value of the '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, eUnsetMethods 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:
-
getOperator
String getOperator()Returns the value of the 'Operator' attribute.- Returns:
- the value of the 'Operator' attribute.
- See Also:
-
setOperator
Sets the value of the 'Operator' attribute.- Parameters:
value- the new value of the 'Operator' attribute.- See Also:
-
getState
ValidState getState()Returns the value of the 'State' containment reference.- Returns:
- the value of the 'State' containment reference.
- See Also:
-
setState
Sets the value of the 'State' containment reference.- Parameters:
value- the new value of the 'State' containment reference.- See Also:
-