Interface RosettaUnaryOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaOperation
- All Known Subinterfaces:
AsKeyOperation,CanHandleListOfLists,ChoiceOperation,ComparingFunctionalOperation,DistinctOperation,FilterOperation,FirstOperation,FlattenOperation,LastOperation,ListOperation,MandatoryFunctionalOperation,MapOperation,MaxOperation,MinOperation,OneOfOperation,ParseOperation,ReduceOperation,ReverseOperation,RosettaAbsentExpression,RosettaCountOperation,RosettaExistsExpression,RosettaFunctionalOperation,RosettaOnlyElement,SortOperation,SumOperation,ThenOperation,ToDateOperation,ToDateTimeOperation,ToEnumOperation,ToIntOperation,ToNumberOperation,ToStringOperation,ToTimeOperation,ToZonedDateTimeOperation,UnaryFunctionalOperation
- All Known Implementing Classes:
AsKeyOperationImpl,ChoiceOperationImpl,DistinctOperationImpl,FilterOperationImpl,FirstOperationImpl,FlattenOperationImpl,LastOperationImpl,MapOperationImpl,MaxOperationImpl,MinOperationImpl,OneOfOperationImpl,ReduceOperationImpl,ReverseOperationImpl,RosettaAbsentExpressionImpl,RosettaCountOperationImpl,RosettaExistsExpressionImpl,RosettaOnlyElementImpl,SortOperationImpl,SumOperationImpl,ThenOperationImpl,ToDateOperationImpl,ToDateTimeOperationImpl,ToEnumOperationImpl,ToIntOperationImpl,ToNumberOperationImpl,ToStringOperationImpl,ToTimeOperationImpl,ToZonedDateTimeOperationImpl
A representation of the model object 'Rosetta Unary Operation'.
*
Unary operations
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Argument' containment reference.getInput()booleanvoidsetArgument(RosettaExpression value) Sets the value of the 'Argument' containment reference.voidMethods 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, setOperator
-
Method Details
-
getArgument
RosettaExpression getArgument()Returns the value of the 'Argument' containment reference.- Returns:
- the value of the 'Argument' containment reference.
- See Also:
-
setArgument
Sets the value of the 'Argument' containment reference.- Parameters:
value- the new value of the 'Argument' containment reference.- See Also:
-
getInput
RosettaExpression getInput()- Specified by:
getInputin interfaceHasGeneratedInput
-
setGeneratedInputIfAbsent
- Specified by:
setGeneratedInputIfAbsentin interfaceHasGeneratedInput
-
needsGeneratedInput
boolean needsGeneratedInput()- Specified by:
needsGeneratedInputin interfaceHasGeneratedInput
-