Interface LogicConstant
- All Superinterfaces:
Constant
,org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LogicConstantImpl
A representation of the model object 'Logic Constant'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Logic Value' attribute.void
setLogicValue
(LogicValue value) Sets the value of the 'Logic Value
' attribute.
-
Method Details
-
getLogicValue
LogicValue getLogicValue()Returns the value of the 'Logic Value' attribute. The literals are from the enumerationLogicValue
.- Returns:
- the value of the 'Logic Value' attribute.
- See Also:
-
setLogicValue
Sets the value of the 'Logic Value
' attribute.- Parameters:
value
- the new value of the 'Logic Value' attribute.- See Also:
-