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.EObjectA representation of the model object 'Source Calculation Data Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpression()Returns the value of the 'Expression' attribute.BigDecimalgetIndex()Returns the value of the 'Index' attribute.SourceCalculationDataItemTypegetItemType()Returns the value of the 'Item Type' attribute.StringgetProperty()Returns the value of the 'Property' attribute.booleanisSetExpression()Returns whether the value of the 'Expression' attribute is set.booleanisSetItemType()Returns whether the value of the 'Item Type' attribute is set.booleanisSetProperty()Returns 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.voidsetItemType(SourceCalculationDataItemType value)Sets the value of the 'Item Type' attribute.voidsetProperty(String value)Sets the value of the 'Property' attribute.voidunsetExpression()Unsets the value of the 'Expression' attribute.voidunsetItemType()Unsets the value of the 'Item Type' attribute.voidunsetProperty()Unsets the value of the 'Property' attribute.
-
-
-
Method Detail
-
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:
SourceCalculationDataItemType,isSetItemType(),unsetItemType(),setItemType(SourceCalculationDataItemType),CalculationsPackage.getSourceCalculationDataItem_ItemType()
-
setItemType
void setItemType(SourceCalculationDataItemType value)
Sets the value of the 'Item Type' attribute.- Parameters:
value- the new value of the 'Item Type' attribute.- See Also:
SourceCalculationDataItemType,isSetItemType(),unsetItemType(),getItemType()
-
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:
unsetItemType(),getItemType(),setItemType(SourceCalculationDataItemType)
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute. The default value is"".- Returns:
- the value of the 'Expression' attribute.
- See Also:
isSetExpression(),unsetExpression(),setExpression(String),CalculationsPackage.getSourceCalculationDataItem_Expression()
-
setExpression
void setExpression(String value)
Sets the value of the 'Expression' attribute.- Parameters:
value- the new value of the 'Expression' attribute.- See Also:
isSetExpression(),unsetExpression(),getExpression()
-
unsetExpression
void unsetExpression()
Unsets the value of the 'Expression' attribute.- See Also:
isSetExpression(),getExpression(),setExpression(String)
-
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:
unsetExpression(),getExpression(),setExpression(String)
-
getProperty
String getProperty()
Returns the value of the 'Property' attribute. The default value is"".- Returns:
- the value of the 'Property' attribute.
- See Also:
isSetProperty(),unsetProperty(),setProperty(String),CalculationsPackage.getSourceCalculationDataItem_Property()
-
setProperty
void setProperty(String value)
Sets the value of the 'Property' attribute.- Parameters:
value- the new value of the 'Property' attribute.- See Also:
isSetProperty(),unsetProperty(),getProperty()
-
unsetProperty
void unsetProperty()
Unsets the value of the 'Property' attribute.- See Also:
isSetProperty(),getProperty(),setProperty(String)
-
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:
unsetProperty(),getProperty(),setProperty(String)
-
getIndex
BigDecimal getIndex()
Returns the value of the 'Index' attribute.- Returns:
- the value of the 'Index' attribute.
- See Also:
setIndex(BigDecimal),CalculationsPackage.getSourceCalculationDataItem_Index()
-
setIndex
void setIndex(BigDecimal value)
Sets the value of the 'Index' attribute.- Parameters:
value- the new value of the 'Index' attribute.- See Also:
getIndex()
-
-