Package com.regnosys.rosetta.rosetta
Interface RosettaMapTestEqualityOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaMapTest,RosettaMapTestExpression
- All Known Implementing Classes:
RosettaMapTestEqualityOperationImpl
A representation of the model object 'Map Test Equality Operation'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetLeft()Returns the value of the 'Left' containment reference.Returns the value of the 'Operator' attribute.getRight()Returns the value of the 'Right' containment reference.voidsetLeft(RosettaMapTestExpression value) Sets the value of the 'Left' containment reference.voidsetOperator(String value) Sets the value of the 'Operator' attribute.voidsetRight(RosettaMapTestExpression value) Sets the value of the 'Right' 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
-
getLeft
RosettaMapTestExpression getLeft()Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
-
setLeft
Sets the value of the 'Left' containment reference.- Parameters:
value- the new value of the 'Left' containment reference.- See Also:
-
getRight
RosettaMapTestExpression getRight()Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
-
setRight
Sets the value of the 'Right' containment reference.- Parameters:
value- the new value of the 'Right' containment reference.- 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:
-