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 StringgetDetailExpression()Returns the value of the 'Detail Expression' attribute.StringgetDetailExpressionPresentation()Returns the value of the 'Detail Expression Presentation' attribute.StringgetTotalExpression()Returns the value of the 'Total Expression' attribute.StringgetTotalExpressionPresentation()Returns the value of the 'Total Expression Presentation' attribute.voidsetDetailExpression(String value)Sets the value of the 'Detail Expression' attribute.voidsetDetailExpressionPresentation(String value)Sets the value of the 'Detail Expression Presentation' attribute.voidsetTotalExpression(String value)Sets the value of the 'Total Expression' attribute.voidsetTotalExpressionPresentation(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()
-
-