Interface DataCompositionExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionExpressionImpl
public interface DataCompositionExpression extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Expression'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Returns the value of the 'Value' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String),DcsPackage.getDataCompositionExpression_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
-