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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExpression()
Returns the value of the 'Expression' attribute.BigDecimal
getIndex()
Returns the value of the 'Index' attribute.SourceCalculationDataItemType
getItemType()
Returns the value of the 'Item Type' attribute.String
getProperty()
Returns the value of the 'Property' attribute.boolean
isSetExpression()
Returns whether the value of the 'Expression
' attribute is set.boolean
isSetItemType()
Returns whether the value of the 'Item Type
' attribute is set.boolean
isSetProperty()
Returns whether the value of the 'Property
' attribute is set.void
setExpression(String value)
Sets the value of the 'Expression
' attribute.void
setIndex(BigDecimal value)
Sets the value of the 'Index
' attribute.void
setItemType(SourceCalculationDataItemType value)
Sets the value of the 'Item Type
' attribute.void
setProperty(String value)
Sets the value of the 'Property
' attribute.void
unsetExpression()
Unsets the value of the 'Expression
' attribute.void
unsetItemType()
Unsets the value of the 'Item Type
' attribute.void
unsetProperty()
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()
-
-