Interface ModifiableBinaryOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaBinaryOperation,RosettaExpression,RosettaOperation
- All Known Subinterfaces:
ComparisonOperation,EqualityOperation
- All Known Implementing Classes:
ComparisonOperationImpl,EqualityOperationImpl
A representation of the model object 'Modifiable Binary Operation'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Card Mod' attribute.voidsetCardMod(CardinalityModifier value) Sets the value of the 'Card Mod' 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 com.regnosys.rosetta.rosetta.expression.HasGeneratedInput
isGeneratedInputWasSet, setGeneratedInputWasSetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaBinaryOperation
getInput, getLeft, getRight, needsGeneratedInput, setGeneratedInputIfAbsent, setLeft, setRightMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaOperation
getOperator, setOperator
-
Method Details
-
getCardMod
CardinalityModifier getCardMod()Returns the value of the 'Card Mod' attribute. The literals are from the enumerationCardinalityModifier.- Returns:
- the value of the 'Card Mod' attribute.
- See Also:
-
setCardMod
Sets the value of the 'Card Mod' attribute.- Parameters:
value- the new value of the 'Card Mod' attribute.- See Also:
-