Interface DataCompositionUserFieldExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,UserField
- All Known Implementing Classes:
DataCompositionUserFieldExpressionImpl
public interface DataCompositionUserFieldExpression extends UserField
A representation of the model object 'Data Composition User Field Expression'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDetailExpression()
Returns the value of the 'Detail Expression' attribute.String
getDetailExpressionPresentation()
Returns the value of the 'Detail Expression Presentation' attribute.String
getTotalExpression()
Returns the value of the 'Total Expression' attribute.String
getTotalExpressionPresentation()
Returns the value of the 'Total Expression Presentation' attribute.void
setDetailExpression(String value)
Sets the value of the 'Detail Expression
' attribute.void
setDetailExpressionPresentation(String value)
Sets the value of the 'Detail Expression Presentation
' attribute.void
setTotalExpression(String value)
Sets the value of the 'Total Expression
' attribute.void
setTotalExpressionPresentation(String value)
Sets the value of the 'Total Expression Presentation
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.settings.UserField
getDataPath, getTitle, isUse, setDataPath, setTitle, setUse
-
-
-
-
Method Detail
-
getDetailExpression
String getDetailExpression()
Returns the value of the 'Detail Expression' attribute.- Returns:
- the value of the 'Detail Expression' attribute.
- See Also:
setDetailExpression(String)
,DcsPackage.getDataCompositionUserFieldExpression_DetailExpression()
-
setDetailExpression
void setDetailExpression(String value)
Sets the value of the 'Detail Expression
' attribute.- Parameters:
value
- the new value of the 'Detail Expression' attribute.- See Also:
getDetailExpression()
-
getDetailExpressionPresentation
String getDetailExpressionPresentation()
Returns the value of the 'Detail Expression Presentation' attribute.- Returns:
- the value of the 'Detail Expression Presentation' attribute.
- See Also:
setDetailExpressionPresentation(String)
,DcsPackage.getDataCompositionUserFieldExpression_DetailExpressionPresentation()
-
setDetailExpressionPresentation
void setDetailExpressionPresentation(String value)
Sets the value of the 'Detail Expression Presentation
' attribute.- Parameters:
value
- the new value of the 'Detail Expression Presentation' attribute.- See Also:
getDetailExpressionPresentation()
-
getTotalExpression
String getTotalExpression()
Returns the value of the 'Total Expression' attribute.- Returns:
- the value of the 'Total Expression' attribute.
- See Also:
setTotalExpression(String)
,DcsPackage.getDataCompositionUserFieldExpression_TotalExpression()
-
setTotalExpression
void setTotalExpression(String value)
Sets the value of the 'Total Expression
' attribute.- Parameters:
value
- the new value of the 'Total Expression' attribute.- See Also:
getTotalExpression()
-
getTotalExpressionPresentation
String getTotalExpressionPresentation()
Returns the value of the 'Total Expression Presentation' attribute.- Returns:
- the value of the 'Total Expression Presentation' attribute.
- See Also:
setTotalExpressionPresentation(String)
,DcsPackage.getDataCompositionUserFieldExpression_TotalExpressionPresentation()
-
setTotalExpressionPresentation
void setTotalExpressionPresentation(String value)
Sets the value of the 'Total Expression Presentation
' attribute.- Parameters:
value
- the new value of the 'Total Expression Presentation' attribute.- See Also:
getTotalExpressionPresentation()
-
-