Interface JoinOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaBinaryOperation,RosettaExpression,RosettaOperation
- All Known Implementing Classes:
JoinOperationImpl
A representation of the model object 'Join Operation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'Explicit Separator' attribute.voidsetExplicitSeparator(boolean value) Sets the value of the 'Explicit Separator' 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.RosettaBinaryOperation
getInput, getLeft, getRight, needsGeneratedInput, setGeneratedInputIfAbsent, setLeft, setRightMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaOperation
getOperator, setOperator
-
Method Details
-
isExplicitSeparator
boolean isExplicitSeparator()Returns the value of the 'Explicit Separator' attribute.- Returns:
- the value of the 'Explicit Separator' attribute.
- See Also:
-
setExplicitSeparator
void setExplicitSeparator(boolean value) Sets the value of the 'Explicit Separator' attribute.- Parameters:
value- the new value of the 'Explicit Separator' attribute.- See Also:
-