Interface CalculationResultContextPropertyInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalculationResultContextPropertyInfoImpl
public interface CalculationResultContextPropertyInfo extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Calculation Result Context Property Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextPropertyData
getPropInfo()
Returns the value of the 'Prop Info' containment reference.BaseValueInfoData
getValueInfo()
Returns the value of the 'Value Info' containment reference.void
setPropInfo(ContextPropertyData value)
Sets the value of the 'Prop Info
' containment reference.void
setValueInfo(BaseValueInfoData value)
Sets the value of the 'Value Info
' containment reference.
-
-
-
Method Detail
-
getPropInfo
ContextPropertyData getPropInfo()
Returns the value of the 'Prop Info' containment reference.- Returns:
- the value of the 'Prop Info' containment reference.
- See Also:
setPropInfo(ContextPropertyData)
,CalculationsPackage.getCalculationResultContextPropertyInfo_PropInfo()
-
setPropInfo
void setPropInfo(ContextPropertyData value)
Sets the value of the 'Prop Info
' containment reference.- Parameters:
value
- the new value of the 'Prop Info' containment reference.- See Also:
getPropInfo()
-
getValueInfo
BaseValueInfoData getValueInfo()
Returns the value of the 'Value Info' containment reference.- Returns:
- the value of the 'Value Info' containment reference.
- See Also:
setValueInfo(BaseValueInfoData)
,CalculationsPackage.getCalculationResultContextPropertyInfo_ValueInfo()
-
setValueInfo
void setValueInfo(BaseValueInfoData value)
Sets the value of the 'Value Info
' containment reference.- Parameters:
value
- the new value of the 'Value Info' containment reference.- See Also:
getValueInfo()
-
-