Interface RosettaExistsExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaOperation,RosettaUnaryOperation
- All Known Implementing Classes:
RosettaExistsExpressionImpl
A representation of the model object 'Rosetta Exists Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Modifier' attribute.voidsetModifier(ExistsModifier value) Sets the value of the 'Modifier' 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 com.regnosys.rosetta.rosetta.expression.HasGeneratedInput
isGeneratedInputWasSet, setGeneratedInputWasSetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaOperation
getOperator, setOperatorMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaUnaryOperation
getArgument, getInput, needsGeneratedInput, setArgument, setGeneratedInputIfAbsent
-
Method Details
-
getModifier
ExistsModifier getModifier()Returns the value of the 'Modifier' attribute. The literals are from the enumerationExistsModifier.- Returns:
- the value of the 'Modifier' attribute.
- See Also:
-
setModifier
Sets the value of the 'Modifier' attribute.- Parameters:
value- the new value of the 'Modifier' attribute.- See Also:
-