Interface HasGeneratedInput
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ArithmeticOperation,AsKeyOperation,CanHandleListOfLists,ChoiceOperation,ComparingFunctionalOperation,ComparisonOperation,DefaultOperation,DistinctOperation,EqualityOperation,FilterOperation,FirstOperation,FlattenOperation,JoinOperation,LastOperation,ListOperation,LogicalOperation,MandatoryFunctionalOperation,MapOperation,MaxOperation,MinOperation,ModifiableBinaryOperation,OneOfOperation,ParseOperation,ReduceOperation,ReverseOperation,RosettaAbsentExpression,RosettaBinaryOperation,RosettaContainsExpression,RosettaCountOperation,RosettaDisjointExpression,RosettaExistsExpression,RosettaFunctionalOperation,RosettaOnlyElement,RosettaUnaryOperation,SortOperation,SumOperation,ThenOperation,ToDateOperation,ToDateTimeOperation,ToEnumOperation,ToIntOperation,ToNumberOperation,ToStringOperation,ToTimeOperation,ToZonedDateTimeOperation,UnaryFunctionalOperation
- All Known Implementing Classes:
ArithmeticOperationImpl,AsKeyOperationImpl,ChoiceOperationImpl,ComparisonOperationImpl,DefaultOperationImpl,DistinctOperationImpl,EqualityOperationImpl,FilterOperationImpl,FirstOperationImpl,FlattenOperationImpl,JoinOperationImpl,LastOperationImpl,LogicalOperationImpl,MapOperationImpl,MaxOperationImpl,MinOperationImpl,OneOfOperationImpl,ReduceOperationImpl,ReverseOperationImpl,RosettaAbsentExpressionImpl,RosettaContainsExpressionImpl,RosettaCountOperationImpl,RosettaDisjointExpressionImpl,RosettaExistsExpressionImpl,RosettaOnlyElementImpl,SortOperationImpl,SumOperationImpl,ThenOperationImpl,ToDateOperationImpl,ToDateTimeOperationImpl,ToEnumOperationImpl,ToIntOperationImpl,ToNumberOperationImpl,ToStringOperationImpl,ToTimeOperationImpl,ToZonedDateTimeOperationImpl
public interface HasGeneratedInput
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Has Generated Input'.
*
An object that may get an implicit variable generated as input.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()booleanReturns the value of the 'Generated Input Was Set' attribute.booleanvoidvoidsetGeneratedInputWasSet(boolean value) Sets the value of the 'Generated Input Was Set' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isGeneratedInputWasSet
boolean isGeneratedInputWasSet()Returns the value of the 'Generated Input Was Set' attribute.- Returns:
- the value of the 'Generated Input Was Set' attribute.
- See Also:
-
setGeneratedInputWasSet
void setGeneratedInputWasSet(boolean value) Sets the value of the 'Generated Input Was Set' attribute.- Parameters:
value- the new value of the 'Generated Input Was Set' attribute.- See Also:
-
getInput
RosettaExpression getInput() -
setGeneratedInputIfAbsent
-
needsGeneratedInput
boolean needsGeneratedInput()
-