Package com.regnosys.rosetta.rosetta
Interface RosettaSynonymBody
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaSynonymBodyImpl
public interface RosettaSynonymBody
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Synonym Body'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Format' attribute.org.eclipse.emf.common.util.EList<String>getHints()Returns the value of the 'Hints' attribute list.Returns the value of the 'Mapper' attribute.Returns the value of the 'Mapping Logic' containment reference.getMerge()Returns the value of the 'Merge' containment reference.org.eclipse.emf.common.util.EList<String>Returns the value of the 'Meta Values' attribute list.Returns the value of the 'Pattern Match' attribute.Returns the value of the 'Pattern Replace' attribute.org.eclipse.emf.common.util.EList<RosettaSynonymValueBase>Returns the value of the 'Values' containment reference list.booleanReturns the value of the 'Remove Html' attribute.voidSets the value of the 'Format' attribute.voidSets the value of the 'Mapper' attribute.voidsetMappingLogic(RosettaMapping value) Sets the value of the 'Mapping Logic' containment reference.voidsetMerge(RosettaMergeSynonymValue value) Sets the value of the 'Merge' containment reference.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.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
-
getValues
org.eclipse.emf.common.util.EList<RosettaSynonymValueBase> getValues()Returns the value of the 'Values' containment reference list. The list contents are of typeRosettaSynonymValueBase.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
-
getMappingLogic
RosettaMapping getMappingLogic()Returns the value of the 'Mapping Logic' containment reference.- Returns:
- the value of the 'Mapping Logic' containment reference.
- See Also:
-
setMappingLogic
Sets the value of the 'Mapping Logic' containment reference.- Parameters:
value- the new value of the 'Mapping Logic' containment reference.- See Also:
-
getHints
org.eclipse.emf.common.util.EList<String> getHints()Returns the value of the 'Hints' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Hints' attribute list.
- See Also:
-
getMerge
RosettaMergeSynonymValue getMerge()Returns the value of the 'Merge' containment reference.- Returns:
- the value of the 'Merge' containment reference.
- See Also:
-
setMerge
Sets the value of the 'Merge' containment reference.- Parameters:
value- the new value of the 'Merge' containment reference.- See Also:
-
getMetaValues
org.eclipse.emf.common.util.EList<String> getMetaValues()Returns the value of the 'Meta Values' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Meta Values' attribute list.
- See Also:
-
getMapper
String getMapper()Returns the value of the 'Mapper' attribute.- Returns:
- the value of the 'Mapper' attribute.
- See Also:
-
setMapper
Sets the value of the 'Mapper' attribute.- Parameters:
value- the new value of the 'Mapper' attribute.- See Also:
-
getFormat
String getFormat()Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format' attribute.- Parameters:
value- the new value of the 'Format' 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:
-