Package com.regnosys.rosetta.rosetta
Interface RosettaRule
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,References,RosettaCallableWithArgs,RosettaDefinable,RosettaNamed,RosettaRootElement,RosettaSymbol
- All Known Implementing Classes:
RosettaRuleImpl
public interface RosettaRule
extends RosettaRootElement, RosettaCallableWithArgs, RosettaDefinable, References
A representation of the model object 'Rule'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expression' containment reference.Returns the value of the 'Identifier' attribute.getInput()Returns the value of the 'Input' containment reference.booleanReturns the value of the 'Eligibility' attribute.intvoidsetEligibility(boolean value) Sets the value of the 'Eligibility' attribute.voidsetExpression(RosettaExpression value) Sets the value of the 'Expression' containment reference.voidsetIdentifier(String value) Sets the value of the 'Identifier' attribute.voidSets the value of the 'Input' containment 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, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.simple.References
getReferencesMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable
getDefinition, setDefinitionMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed
getName, setNameMethods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement
getModel, setModel
-
Method Details
-
isEligibility
boolean isEligibility()Returns the value of the 'Eligibility' attribute.- Returns:
- the value of the 'Eligibility' attribute.
- See Also:
-
setEligibility
void setEligibility(boolean value) Sets the value of the 'Eligibility' attribute.- Parameters:
value- the new value of the 'Eligibility' attribute.- See Also:
-
getExpression
RosettaExpression getExpression()Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
-
setExpression
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
-
getIdentifier
String getIdentifier()Returns the value of the 'Identifier' attribute.- Returns:
- the value of the 'Identifier' attribute.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier' attribute.- Parameters:
value- the new value of the 'Identifier' attribute.- See Also:
-
getInput
TypeCall getInput()Returns the value of the 'Input' containment reference.- Returns:
- the value of the 'Input' containment reference.
- See Also:
-
setInput
Sets the value of the 'Input' containment reference.- Parameters:
value- the new value of the 'Input' containment reference.- See Also:
-
numberOfParameters
int numberOfParameters()- Specified by:
numberOfParametersin interfaceRosettaCallableWithArgs
-