Interface RosettaConditionalExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RosettaExpression
- All Known Implementing Classes:
RosettaConditionalExpressionImpl
A representation of the model object 'Rosetta Conditional Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Elsethen' containment reference.getIf()Returns the value of the 'If' containment reference.Returns the value of the 'Ifthen' containment reference.booleanisFull()Returns the value of the 'Full' attribute.voidsetElsethen(RosettaExpression value) Sets the value of the 'Elsethen' containment reference.voidsetFull(boolean value) Sets the value of the 'Full' attribute.voidsetIf(RosettaExpression value) Sets the value of the 'If' containment reference.voidsetIfthen(RosettaExpression value) Sets the value of the 'Ifthen' 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.expression.RosettaExpression
isGenerated, setGenerated
-
Method Details
-
getIf
RosettaExpression getIf()Returns the value of the 'If' containment reference.- Returns:
- the value of the 'If' containment reference.
- See Also:
-
setIf
Sets the value of the 'If' containment reference.- Parameters:
value- the new value of the 'If' containment reference.- See Also:
-
getIfthen
RosettaExpression getIfthen()Returns the value of the 'Ifthen' containment reference.- Returns:
- the value of the 'Ifthen' containment reference.
- See Also:
-
setIfthen
Sets the value of the 'Ifthen' containment reference.- Parameters:
value- the new value of the 'Ifthen' containment reference.- See Also:
-
getElsethen
RosettaExpression getElsethen()Returns the value of the 'Elsethen' containment reference.- Returns:
- the value of the 'Elsethen' containment reference.
- See Also:
-
setElsethen
Sets the value of the 'Elsethen' containment reference.- Parameters:
value- the new value of the 'Elsethen' containment reference.- See Also:
-
isFull
boolean isFull()Returns the value of the 'Full' attribute.- Returns:
- the value of the 'Full' attribute.
- See Also:
-
setFull
void setFull(boolean value) Sets the value of the 'Full' attribute.- Parameters:
value- the new value of the 'Full' attribute.- See Also:
-