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.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
-
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:
-