Interface SourceCalculationDataInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SourceCalculationDataInfoImpl
public interface SourceCalculationDataInfo extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Source Calculation Data Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<SourceCalculationDataItem>
getCalcItem()
Returns the value of the 'Calc Item' containment reference list.String
getExpressionID()
Returns the value of the 'Expression ID' attribute.String
getExpressionResultID()
Returns the value of the 'Expression Result ID' attribute.org.eclipse.emf.common.util.EList<ViewInterface>
getInterfaces()
Returns the value of the 'Interfaces' attribute list.void
setExpressionID(String value)
Sets the value of the 'Expression ID
' attribute.void
setExpressionResultID(String value)
Sets the value of the 'Expression Result ID
' attribute.
-
-
-
Method Detail
-
getExpressionID
String getExpressionID()
Returns the value of the 'Expression ID' attribute.- Returns:
- the value of the 'Expression ID' attribute.
- See Also:
setExpressionID(String)
,CalculationsPackage.getSourceCalculationDataInfo_ExpressionID()
-
setExpressionID
void setExpressionID(String value)
Sets the value of the 'Expression ID
' attribute.- Parameters:
value
- the new value of the 'Expression ID' attribute.- See Also:
getExpressionID()
-
getExpressionResultID
String getExpressionResultID()
Returns the value of the 'Expression Result ID' attribute.- Returns:
- the value of the 'Expression Result ID' attribute.
- See Also:
setExpressionResultID(String)
,CalculationsPackage.getSourceCalculationDataInfo_ExpressionResultID()
-
setExpressionResultID
void setExpressionResultID(String value)
Sets the value of the 'Expression Result ID
' attribute.- Parameters:
value
- the new value of the 'Expression Result ID' attribute.- See Also:
getExpressionResultID()
-
getCalcItem
org.eclipse.emf.common.util.EList<SourceCalculationDataItem> getCalcItem()
Returns the value of the 'Calc Item' containment reference list. The list contents are of typeSourceCalculationDataItem
.- Returns:
- the value of the 'Calc Item' containment reference list.
- See Also:
CalculationsPackage.getSourceCalculationDataInfo_CalcItem()
-
getInterfaces
org.eclipse.emf.common.util.EList<ViewInterface> getInterfaces()
Returns the value of the 'Interfaces' attribute list. The list contents are of typeViewInterface
. The literals are from the enumerationViewInterface
.- Returns:
- the value of the 'Interfaces' attribute list.
- See Also:
ViewInterface
,CalculationsPackage.getSourceCalculationDataInfo_Interfaces()
-
-