Interface RosettaExpression
- 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,ListLiteral,ListOperation,LogicalOperation,MandatoryFunctionalOperation,MapOperation,MaxOperation,MinOperation,ModifiableBinaryOperation,OneOfOperation,ParseOperation,ReduceOperation,ReverseOperation,RosettaAbsentExpression,RosettaBinaryOperation,RosettaBooleanLiteral,RosettaConditionalExpression,RosettaConstructorExpression,RosettaContainsExpression,RosettaCountOperation,RosettaDeepFeatureCall,RosettaDisjointExpression,RosettaExistsExpression,RosettaFeatureCall,RosettaFunctionalOperation,RosettaImplicitVariable,RosettaIntLiteral,RosettaLiteral,RosettaNumberLiteral,RosettaOnlyElement,RosettaOnlyExistsExpression,RosettaOperation,RosettaPatternLiteral,RosettaReference,RosettaStringLiteral,RosettaSymbolReference,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,ListLiteralImpl,LogicalOperationImpl,MapOperationImpl,MaxOperationImpl,MinOperationImpl,OneOfOperationImpl,ReduceOperationImpl,ReverseOperationImpl,RosettaAbsentExpressionImpl,RosettaBooleanLiteralImpl,RosettaConditionalExpressionImpl,RosettaConstructorExpressionImpl,RosettaContainsExpressionImpl,RosettaCountOperationImpl,RosettaDeepFeatureCallImpl,RosettaDisjointExpressionImpl,RosettaExistsExpressionImpl,RosettaFeatureCallImpl,RosettaImplicitVariableImpl,RosettaIntLiteralImpl,RosettaNumberLiteralImpl,RosettaOnlyElementImpl,RosettaOnlyExistsExpressionImpl,RosettaPatternLiteralImpl,RosettaReferenceImpl,RosettaStringLiteralImpl,RosettaSymbolReferenceImpl,SortOperationImpl,SumOperationImpl,ThenOperationImpl,ToDateOperationImpl,ToDateTimeOperationImpl,ToEnumOperationImpl,ToIntOperationImpl,ToNumberOperationImpl,ToStringOperationImpl,ToTimeOperationImpl,ToZonedDateTimeOperationImpl
public interface RosettaExpression
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rosetta Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'Generated' attribute.voidsetGenerated(boolean value) Sets the value of the 'Generated' 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
-
isGenerated
boolean isGenerated()Returns the value of the 'Generated' attribute.- Returns:
- the value of the 'Generated' attribute.
- See Also:
-
setGenerated
void setGenerated(boolean value) Sets the value of the 'Generated' attribute.- Parameters:
value- the new value of the 'Generated' attribute.- See Also:
-