Interface SourceCalculationDataItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SourceCalculationDataItemImpl
public interface SourceCalculationDataItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Source Calculation Data Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expression' attribute.getIndex()Returns the value of the 'Index' attribute.Returns the value of the 'Item Type' attribute.Returns the value of the 'Property' attribute.booleanReturns whether the value of the 'Expression' attribute is set.booleanReturns whether the value of the 'Item Type' attribute is set.booleanReturns whether the value of the 'Property' attribute is set.voidsetExpression(String value) Sets the value of the 'Expression' attribute.voidsetIndex(BigDecimal value) Sets the value of the 'Index' attribute.voidSets the value of the 'Item Type' attribute.voidsetProperty(String value) Sets the value of the 'Property' attribute.voidUnsets the value of the 'Expression' attribute.voidUnsets the value of the 'Item Type' attribute.voidUnsets the value of the 'Property' 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
-
getItemType
SourceCalculationDataItemType getItemType()Returns the value of the 'Item Type' attribute. The literals are from the enumerationSourceCalculationDataItemType.- Returns:
- the value of the 'Item Type' attribute.
- See Also:
-
setItemType
Sets the value of the 'Item Type' attribute.- Parameters:
value- the new value of the 'Item Type' attribute.- See Also:
-
unsetItemType
void unsetItemType()Unsets the value of the 'Item Type' attribute. -
isSetItemType
boolean isSetItemType()Returns whether the value of the 'Item Type' attribute is set.- Returns:
- whether the value of the 'Item Type' attribute is set.
- See Also:
-
getExpression
String getExpression()Returns the value of the 'Expression' attribute. The default value is"".- Returns:
- the value of the 'Expression' attribute.
- See Also:
-
setExpression
Sets the value of the 'Expression' attribute.- Parameters:
value- the new value of the 'Expression' attribute.- See Also:
-
unsetExpression
void unsetExpression()Unsets the value of the 'Expression' attribute. -
isSetExpression
boolean isSetExpression()Returns whether the value of the 'Expression' attribute is set.- Returns:
- whether the value of the 'Expression' attribute is set.
- See Also:
-
getProperty
String getProperty()Returns the value of the 'Property' attribute. The default value is"".- Returns:
- the value of the 'Property' attribute.
- See Also:
-
setProperty
Sets the value of the 'Property' attribute.- Parameters:
value- the new value of the 'Property' attribute.- See Also:
-
unsetProperty
void unsetProperty()Unsets the value of the 'Property' attribute.- See Also:
-
isSetProperty
boolean isSetProperty()Returns whether the value of the 'Property' attribute is set.- Returns:
- whether the value of the 'Property' attribute is set.
- See Also:
-
getIndex
BigDecimal getIndex()Returns the value of the 'Index' attribute.- Returns:
- the value of the 'Index' attribute.
- See Also:
-
setIndex
Sets the value of the 'Index' attribute.- Parameters:
value- the new value of the 'Index' attribute.- See Also:
-