Package com.regnosys.rosetta.rosetta
Interface RosettaSynonymValueBase
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaSynonymValueBaseImpl
public interface RosettaSynonymValueBase
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Synonym Value Base'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionintgetMaps()Returns the value of the 'Maps' attribute.getName()Returns the value of the 'Name' attribute.getPath()Returns the value of the 'Path' attribute.Returns the value of the 'Ref Type' attribute.intgetValue()Returns the value of the 'Value' attribute.voidsetMaps(int value) Sets the value of the 'Maps' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'Path' attribute.voidsetRefType(RosettaSynonymRef value) Sets the value of the 'Ref Type' attribute.voidsetValue(int value) Sets the value of the 'Value' 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:
-
getRefType
RosettaSynonymRef getRefType()Returns the value of the 'Ref Type' attribute. The literals are from the enumerationRosettaSynonymRef.- Returns:
- the value of the 'Ref Type' attribute.
- See Also:
-
setRefType
Sets the value of the 'Ref Type' attribute.- Parameters:
value- the new value of the 'Ref Type' attribute.- See Also:
-
getValue
int getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
void setValue(int value) Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-
getPath
String getPath()Returns the value of the 'Path' attribute.- Returns:
- the value of the 'Path' attribute.
- See Also:
-
setPath
Sets the value of the 'Path' attribute.- Parameters:
value- the new value of the 'Path' attribute.- See Also:
-
getMaps
int getMaps()Returns the value of the 'Maps' attribute.- Returns:
- the value of the 'Maps' attribute.
- See Also:
-
setMaps
void setMaps(int value) Sets the value of the 'Maps' attribute.- Parameters:
value- the new value of the 'Maps' attribute.- See Also:
-