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
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SourceCalculationDataItem>Returns the value of the 'Calc Item' containment reference list.Returns the value of the 'Expression ID' attribute.Returns the value of the 'Expression Result ID' attribute.org.eclipse.emf.common.util.EList<ViewInterface>Returns the value of the 'Interfaces' attribute list.Returns the value of the 'Page Size' attribute.Returns the value of the 'Start Index' attribute.booleanReturns whether the value of the 'Page Size' attribute is set.booleanReturns whether the value of the 'Start Index' attribute is set.voidsetExpressionID(String value) Sets the value of the 'Expression ID' attribute.voidsetExpressionResultID(String value) Sets the value of the 'Expression Result ID' attribute.voidsetPageSize(BigDecimal value) Sets the value of the 'Page Size' attribute.voidsetStartIndex(BigDecimal value) Sets the value of the 'Start Index' attribute.voidUnsets the value of the 'Page Size' attribute.voidUnsets the value of the 'Start Index' 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
-
getExpressionID
String getExpressionID()Returns the value of the 'Expression ID' attribute.- Returns:
- the value of the 'Expression ID' attribute.
- See Also:
-
setExpressionID
Sets the value of the 'Expression ID' attribute.- Parameters:
value- the new value of the 'Expression ID' attribute.- See Also:
-
getExpressionResultID
String getExpressionResultID()Returns the value of the 'Expression Result ID' attribute.- Returns:
- the value of the 'Expression Result ID' attribute.
- See Also:
-
setExpressionResultID
Sets the value of the 'Expression Result ID' attribute.- Parameters:
value- the new value of the 'Expression Result ID' attribute.- See Also:
-
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:
-
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:
-
getStartIndex
BigDecimal getStartIndex()Returns the value of the 'Start Index' attribute.- Returns:
- the value of the 'Start Index' attribute.
- See Also:
-
setStartIndex
Sets the value of the 'Start Index' attribute.- Parameters:
value- the new value of the 'Start Index' attribute.- See Also:
-
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:
-
getPageSize
BigDecimal getPageSize()Returns the value of the 'Page Size' attribute.- Returns:
- the value of the 'Page Size' attribute.
- See Also:
-
setPageSize
Sets the value of the 'Page Size' attribute.- Parameters:
value- the new value of the 'Page Size' attribute.- See Also:
-
unsetPageSize
void unsetPageSize()Unsets the value of the 'Page Size' attribute. -
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:
-