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 SummaryAll 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.settings.UserFieldgetDataPath, getTitle, isUse, setDataPath, setTitle, setUse
 
- 
 
- 
- 
- 
Method Detail- 
getDetailExpressionString getDetailExpression() Returns the value of the 'Detail Expression' attribute.- Returns:
- the value of the 'Detail Expression' attribute.
- See Also:
- setDetailExpression(String),- DcsPackage.getDataCompositionUserFieldExpression_DetailExpression()
 
 - 
setDetailExpressionvoid setDetailExpression(String value) Sets the value of the 'Detail Expression' attribute.- Parameters:
- value- the new value of the 'Detail Expression' attribute.
- See Also:
- getDetailExpression()
 
 - 
getDetailExpressionPresentationString 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()
 
 - 
setDetailExpressionPresentationvoid 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()
 
 - 
getTotalExpressionString getTotalExpression() Returns the value of the 'Total Expression' attribute.- Returns:
- the value of the 'Total Expression' attribute.
- See Also:
- setTotalExpression(String),- DcsPackage.getDataCompositionUserFieldExpression_TotalExpression()
 
 - 
setTotalExpressionvoid setTotalExpression(String value) Sets the value of the 'Total Expression' attribute.- Parameters:
- value- the new value of the 'Total Expression' attribute.
- See Also:
- getTotalExpression()
 
 - 
getTotalExpressionPresentationString 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()
 
 - 
setTotalExpressionPresentationvoid 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()
 
 
- 
 
-