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.BigDecimal
getPageSize()
Returns the value of the 'Page Size' attribute.BigDecimal
getStartIndex()
Returns the value of the 'Start Index' attribute.boolean
isSetPageSize()
Returns whether the value of the 'Page Size
' attribute is set.boolean
isSetStartIndex()
Returns whether the value of the 'Start Index
' attribute is set.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.void
setPageSize(BigDecimal value)
Sets the value of the 'Page Size
' attribute.void
setStartIndex(BigDecimal value)
Sets the value of the 'Start Index
' attribute.void
unsetPageSize()
Unsets the value of the 'Page Size
' attribute.void
unsetStartIndex()
Unsets the value of the 'Start Index
' 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()
-
getStartIndex
BigDecimal getStartIndex()
Returns the value of the 'Start Index' attribute.- Returns:
- the value of the 'Start Index' attribute.
- See Also:
isSetStartIndex()
,unsetStartIndex()
,setStartIndex(BigDecimal)
,CalculationsPackage.getSourceCalculationDataInfo_StartIndex()
-
setStartIndex
void setStartIndex(BigDecimal value)
Sets the value of the 'Start Index
' attribute.- Parameters:
value
- the new value of the 'Start Index' attribute.- See Also:
isSetStartIndex()
,unsetStartIndex()
,getStartIndex()
-
unsetStartIndex
void unsetStartIndex()
Unsets the value of the 'Start Index
' attribute.
-
isSetStartIndex
boolean isSetStartIndex()
Returns whether the value of the 'Start Index
' attribute is set.- Returns:
- whether the value of the 'Start Index' attribute is set.
- See Also:
unsetStartIndex()
,getStartIndex()
,setStartIndex(BigDecimal)
-
getPageSize
BigDecimal getPageSize()
Returns the value of the 'Page Size' attribute.- Returns:
- the value of the 'Page Size' attribute.
- See Also:
isSetPageSize()
,unsetPageSize()
,setPageSize(BigDecimal)
,CalculationsPackage.getSourceCalculationDataInfo_PageSize()
-
setPageSize
void setPageSize(BigDecimal value)
Sets the value of the 'Page Size
' attribute.- Parameters:
value
- the new value of the 'Page Size' attribute.- See Also:
isSetPageSize()
,unsetPageSize()
,getPageSize()
-
unsetPageSize
void unsetPageSize()
Unsets the value of the 'Page Size
' attribute.- See Also:
isSetPageSize()
,getPageSize()
,setPageSize(BigDecimal)
-
isSetPageSize
boolean isSetPageSize()
Returns whether the value of the 'Page Size
' attribute is set.- Returns:
- whether the value of the 'Page Size' attribute is set.
- See Also:
unsetPageSize()
,getPageSize()
,setPageSize(BigDecimal)
-
-