Interface DataCompositionDetailsAreaParameterFieldExpression
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionDetailsAreaParameterFieldExpressionImpl
 
 public interface DataCompositionDetailsAreaParameterFieldExpression extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Details Area Parameter Field Expression'.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.StringgetField()Returns the value of the 'Field' attribute.voidsetExpression(String value)Sets the value of the 'Expression' attribute.voidsetField(String value)Sets the value of the 'Field' attribute.
 
- 
- 
- 
Method Detail- 
getFieldString getField() Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
- setField(String),- DcsPackage.getDataCompositionDetailsAreaParameterFieldExpression_Field()
 
 - 
setFieldvoid setField(String value) Sets the value of the 'Field' attribute.- Parameters:
- value- the new value of the 'Field' attribute.
- See Also:
- getField()
 
 - 
getExpressionString getExpression() Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
- setExpression(String),- DcsPackage.getDataCompositionDetailsAreaParameterFieldExpression_Expression()
 
 - 
setExpressionvoid setExpression(String value) Sets the value of the 'Expression' attribute.- Parameters:
- value- the new value of the 'Expression' attribute.
- See Also:
- getExpression()
 
 
- 
 
-