Interface RosettaRuleReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaRuleReferenceImpl
public interface RosettaRuleReference
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rosetta Rule Reference'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Reporting Rule' reference.voidsetReportingRule(RosettaRule value) Sets the value of the 'Reporting Rule' reference.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
-
getReportingRule
RosettaRule getReportingRule()Returns the value of the 'Reporting Rule' reference.- Returns:
- the value of the 'Reporting Rule' reference.
- See Also:
-
setReportingRule
Sets the value of the 'Reporting Rule' reference.- Parameters:
value- the new value of the 'Reporting Rule' reference.- See Also:
-