Interface AggregatedValue
-
- All Superinterfaces:
ComputationValue
,org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Implementing Classes:
AggregatedValueImpl
public interface AggregatedValue extends ComputationValue
A representation of the model object 'Aggregated Value'.The following features are supported:
- See Also:
PatternLanguagePackage.getAggregatedValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmType
getAggregateType()
Returns the value of the 'Aggregate Type' reference.org.eclipse.xtext.common.types.JvmDeclaredType
getAggregator()
Returns the value of the 'Aggregator' reference.CallableRelation
getCall()
Returns the value of the 'Call' containment reference.void
setAggregateType(org.eclipse.xtext.common.types.JvmType value)
Sets the value of the 'Aggregate Type
' reference.void
setAggregator(org.eclipse.xtext.common.types.JvmDeclaredType value)
Sets the value of the 'Aggregator
' reference.void
setCall(CallableRelation value)
Sets the value of the 'Call
' containment reference.java.lang.String
toString()
-
-
-
Method Detail
-
getAggregator
org.eclipse.xtext.common.types.JvmDeclaredType getAggregator()
Returns the value of the 'Aggregator' reference.- Returns:
- the value of the 'Aggregator' reference.
- See Also:
setAggregator(JvmDeclaredType)
,PatternLanguagePackage.getAggregatedValue_Aggregator()
- Generated:
- Model:
-
setAggregator
void setAggregator(org.eclipse.xtext.common.types.JvmDeclaredType value)
Sets the value of the 'Aggregator
' reference.- Parameters:
value
- the new value of the 'Aggregator' reference.- See Also:
getAggregator()
- Generated:
-
getCall
CallableRelation getCall()
Returns the value of the 'Call' containment reference.- Returns:
- the value of the 'Call' containment reference.
- See Also:
setCall(CallableRelation)
,PatternLanguagePackage.getAggregatedValue_Call()
- Generated:
- Model:
- containment="true"
-
setCall
void setCall(CallableRelation value)
Sets the value of the 'Call
' containment reference.- Parameters:
value
- the new value of the 'Call' containment reference.- See Also:
getCall()
- Generated:
-
getAggregateType
org.eclipse.xtext.common.types.JvmType getAggregateType()
Returns the value of the 'Aggregate Type' reference.This feature contains the aggregate parameter type inferred for this aggregator.
- Returns:
- the value of the 'Aggregate Type' reference.
- See Also:
setAggregateType(JvmType)
,PatternLanguagePackage.getAggregatedValue_AggregateType()
- Generated:
- Model:
- transient="true" derived="true"
-
setAggregateType
void setAggregateType(org.eclipse.xtext.common.types.JvmType value)
Sets the value of the 'Aggregate Type
' reference.- Parameters:
value
- the new value of the 'Aggregate Type' reference.- See Also:
getAggregateType()
- Generated:
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceComputationValue
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-