Interface ModalExpr
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
,UnaryExpr
- All Known Implementing Classes:
ModalExprImpl
A representation of the model object 'Modal Expr'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Concreteness' attribute.Returns the value of the 'Modality' attribute.void
setConcreteness
(Concreteness value) Sets the value of the 'Concreteness
' attribute.void
setModality
(Modality value) Sets the value of the 'Modality
' 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
-
getConcreteness
Concreteness getConcreteness()Returns the value of the 'Concreteness' attribute. The literals are from the enumerationConcreteness
.- Returns:
- the value of the 'Concreteness' attribute.
- See Also:
-
setConcreteness
Sets the value of the 'Concreteness
' attribute.- Parameters:
value
- the new value of the 'Concreteness' attribute.- See Also:
-
getModality
Modality getModality()Returns the value of the 'Modality' attribute. The literals are from the enumerationModality
.- Returns:
- the value of the 'Modality' attribute.
- See Also:
-
setModality
Sets the value of the 'Modality
' attribute.- Parameters:
value
- the new value of the 'Modality' attribute.- See Also:
-