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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExpression()
Returns the value of the 'Expression' attribute.void
setExpression(String value)
Sets the value of the 'Expression
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.areaTemplate.AreaTemplateParameter
getName, setName
-
-
-
-
Method Detail
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
setExpression(String)
,DcsPackage.getDataCompositionExpressionAreaParameter_Expression()
-
setExpression
void setExpression(String value)
Sets the value of the 'Expression
' attribute.- Parameters:
value
- the new value of the 'Expression' attribute.- See Also:
getExpression()
-
-