Package com.regnosys.rosetta.rosetta
Interface RosettaMergeSynonymValue
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaMergeSynonymValueImpl
public interface RosettaMergeSynonymValue
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Merge Synonym Value'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exclude Path' attribute.getName()Returns the value of the 'Name' attribute.voidsetExcludePath(String value) Sets the value of the 'Exclude Path' attribute.voidSets the value of the 'Name' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getExcludePath
String getExcludePath()Returns the value of the 'Exclude Path' attribute.- Returns:
- the value of the 'Exclude Path' attribute.
- See Also:
-
setExcludePath
Sets the value of the 'Exclude Path' attribute.- Parameters:
value- the new value of the 'Exclude Path' attribute.- See Also:
-