Package com.regnosys.rosetta.rosetta
Interface RosettaExternalRegularAttribute
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaExternalRegularAttributeImpl
public interface RosettaExternalRegularAttribute
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'External Regular Attribute'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Attribute Ref' reference.Returns the value of the 'External Rule Reference' containment reference.org.eclipse.emf.common.util.EList<RosettaExternalSynonym>Returns the value of the 'External Synonyms' containment reference list.Returns the value of the 'Operator' attribute.voidsetAttributeRef(RosettaFeature value) Sets the value of the 'Attribute Ref' reference.voidSets the value of the 'External Rule Reference' containment reference.voidsetOperator(ExternalValueOperator value) Sets the value of the 'Operator' 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
-
getOperator
ExternalValueOperator getOperator()Returns the value of the 'Operator' attribute. The literals are from the enumerationExternalValueOperator.- Returns:
- the value of the 'Operator' attribute.
- See Also:
-
setOperator
Sets the value of the 'Operator' attribute.- Parameters:
value- the new value of the 'Operator' attribute.- See Also:
-
getAttributeRef
RosettaFeature getAttributeRef()Returns the value of the 'Attribute Ref' reference.- Returns:
- the value of the 'Attribute Ref' reference.
- See Also:
-
setAttributeRef
Sets the value of the 'Attribute Ref' reference.- Parameters:
value- the new value of the 'Attribute Ref' reference.- See Also:
-
getExternalSynonyms
org.eclipse.emf.common.util.EList<RosettaExternalSynonym> getExternalSynonyms()Returns the value of the 'External Synonyms' containment reference list. The list contents are of typeRosettaExternalSynonym.- Returns:
- the value of the 'External Synonyms' containment reference list.
- See Also:
-
getExternalRuleReference
RosettaRuleReference getExternalRuleReference()Returns the value of the 'External Rule Reference' containment reference.- Returns:
- the value of the 'External Rule Reference' containment reference.
- See Also:
-
setExternalRuleReference
Sets the value of the 'External Rule Reference' containment reference.- Parameters:
value- the new value of the 'External Rule Reference' containment reference.- See Also:
-