Interface DataCompositionExpressionAreaParameter
- All Superinterfaces:
AreaTemplateParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionExpressionAreaParameterImpl
A representation of the model object 'Data Composition Expression Area Parameter'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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.AreaTemplateParameter
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExpression
String getExpression()Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
-
setExpression
Sets the value of the 'Expression' attribute.- Parameters:
value- the new value of the 'Expression' attribute.- See Also:
-