Package com.regnosys.rosetta.rosetta
Interface RosettaMapPath
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaMapTest
- All Known Implementing Classes:
RosettaMapPathImpl
A representation of the model object 'Map Path'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()Returns the value of the 'Path' containment reference.voidsetPath(RosettaMapPathValue value) Sets the value of the 'Path' 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
-
getPath
RosettaMapPathValue getPath()Returns the value of the 'Path' containment reference.- Returns:
- the value of the 'Path' containment reference.
- See Also:
-
setPath
Sets the value of the 'Path' containment reference.- Parameters:
value- the new value of the 'Path' containment reference.- See Also:
-