Interface DataCompositionExpressionAreaParameter
- 
- All Superinterfaces:
- AreaTemplateParameter,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionExpressionAreaParameterImpl
 
 public interface DataCompositionExpressionAreaParameter extends AreaTemplateParameter A representation of the model object 'Data Composition Expression Area Parameter'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExpression()Returns the value of the 'Expression' attribute.voidsetExpression(String value)Sets the value of the 'Expression' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.areaTemplate.AreaTemplateParametergetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getExpressionString getExpression() Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
- setExpression(String),- DcsPackage.getDataCompositionExpressionAreaParameter_Expression()
 
 - 
setExpressionvoid setExpression(String value) Sets the value of the 'Expression' attribute.- Parameters:
- value- the new value of the 'Expression' attribute.
- See Also:
- getExpression()
 
 
- 
 
-