Interface DataCompositionUserFieldExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,UserField
- All Known Implementing Classes:
DataCompositionUserFieldExpressionImpl
A representation of the model object 'Data Composition User Field Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Detail Expression' attribute.Returns the value of the 'Detail Expression Presentation' attribute.Returns the value of the 'Total Expression' attribute.Returns the value of the 'Total Expression Presentation' attribute.void
setDetailExpression
(String value) Sets the value of the 'Detail Expression
' attribute.void
Sets the value of the 'Detail Expression Presentation
' attribute.void
setTotalExpression
(String value) Sets the value of the 'Total Expression
' attribute.void
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 Details
-
getDetailExpression
String getDetailExpression()Returns the value of the 'Detail Expression' attribute.- Returns:
- the value of the 'Detail Expression' attribute.
- See Also:
-
setDetailExpression
Sets the value of the 'Detail Expression
' attribute.- Parameters:
value
- the new value of the 'Detail Expression' attribute.- See Also:
-
getDetailExpressionPresentation
String getDetailExpressionPresentation()Returns the value of the 'Detail Expression Presentation' attribute.- Returns:
- the value of the 'Detail Expression Presentation' attribute.
- See Also:
-
setDetailExpressionPresentation
Sets the value of the 'Detail Expression Presentation
' attribute.- Parameters:
value
- the new value of the 'Detail Expression Presentation' attribute.- See Also:
-
getTotalExpression
String getTotalExpression()Returns the value of the 'Total Expression' attribute.- Returns:
- the value of the 'Total Expression' attribute.
- See Also:
-
setTotalExpression
Sets the value of the 'Total Expression
' attribute.- Parameters:
value
- the new value of the 'Total Expression' attribute.- See Also:
-
getTotalExpressionPresentation
String getTotalExpressionPresentation()Returns the value of the 'Total Expression Presentation' attribute.- Returns:
- the value of the 'Total Expression Presentation' attribute.
- See Also:
-
setTotalExpressionPresentation
Sets the value of the 'Total Expression Presentation
' attribute.- Parameters:
value
- the new value of the 'Total Expression Presentation' attribute.- See Also:
-