Package com.regnosys.rosetta.rosetta
Interface RosettaEnumSynonym
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaDefinable,RosettaSynonymBase
- All Known Implementing Classes:
RosettaEnumSynonymImpl
A representation of the model object 'Enum Synonym'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Pattern Match' attribute.Returns the value of the 'Pattern Replace' attribute.Returns the value of the 'Synonym Value' attribute.booleanReturns the value of the 'Remove Html' attribute.voidsetPatternMatch(String value) Sets the value of the 'Pattern Match' attribute.voidsetPatternReplace(String value) Sets the value of the 'Pattern Replace' attribute.voidsetRemoveHtml(boolean value) Sets the value of the 'Remove Html' attribute.voidsetSynonymValue(String value) Sets the value of the 'Synonym 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, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaSynonymBase
getSources
-
Method Details
-
getSynonymValue
String getSynonymValue()Returns the value of the 'Synonym Value' attribute.- Returns:
- the value of the 'Synonym Value' attribute.
- See Also:
-
setSynonymValue
Sets the value of the 'Synonym Value' attribute.- Parameters:
value- the new value of the 'Synonym Value' attribute.- See Also:
-
getPatternMatch
String getPatternMatch()Returns the value of the 'Pattern Match' attribute.- Returns:
- the value of the 'Pattern Match' attribute.
- See Also:
-
setPatternMatch
Sets the value of the 'Pattern Match' attribute.- Parameters:
value- the new value of the 'Pattern Match' attribute.- See Also:
-
getPatternReplace
String getPatternReplace()Returns the value of the 'Pattern Replace' attribute.- Returns:
- the value of the 'Pattern Replace' attribute.
- See Also:
-
setPatternReplace
Sets the value of the 'Pattern Replace' attribute.- Parameters:
value- the new value of the 'Pattern Replace' attribute.- See Also:
-
isRemoveHtml
boolean isRemoveHtml()Returns the value of the 'Remove Html' attribute.- Returns:
- the value of the 'Remove Html' attribute.
- See Also:
-
setRemoveHtml
void setRemoveHtml(boolean value) Sets the value of the 'Remove Html' attribute.- Parameters:
value- the new value of the 'Remove Html' attribute.- See Also:
-