Package com.regnosys.rosetta.rosetta
Interface RosettaMappingInstance
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaMappingInstanceImpl
public interface RosettaMappingInstance
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Mapping Instance'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetSet()Returns the value of the 'Set' containment reference.getWhen()Returns the value of the 'When' containment reference.booleanReturns the value of the 'Default' attribute.voidsetDefault(boolean value) Sets the value of the 'Default' attribute.voidsetSet(RosettaMapTestExpression value) Sets the value of the 'Set' containment reference.voidsetWhen(RosettaMappingPathTests value) Sets the value of the 'When' 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
-
getSet
RosettaMapTestExpression getSet()Returns the value of the 'Set' containment reference.- Returns:
- the value of the 'Set' containment reference.
- See Also:
-
setSet
Sets the value of the 'Set' containment reference.- Parameters:
value- the new value of the 'Set' containment reference.- See Also:
-
getWhen
RosettaMappingPathTests getWhen()Returns the value of the 'When' containment reference.- Returns:
- the value of the 'When' containment reference.
- See Also:
-
setWhen
Sets the value of the 'When' containment reference.- Parameters:
value- the new value of the 'When' containment reference.- See Also:
-
isDefault
boolean isDefault()Returns the value of the 'Default' attribute.- Returns:
- the value of the 'Default' attribute.
- See Also:
-
setDefault
void setDefault(boolean value) Sets the value of the 'Default' attribute.- Parameters:
value- the new value of the 'Default' attribute.- See Also:
-