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.EObject
A representation of the model object 'Data Composition Details Area Parameter Field Expression'.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.String
getField()
Returns the value of the 'Field' attribute.void
setExpression(String value)
Sets the value of the 'Expression
' attribute.void
setField(String value)
Sets the value of the 'Field
' attribute.
-
-
-
Method Detail
-
getField
String getField()
Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
setField(String)
,DcsPackage.getDataCompositionDetailsAreaParameterFieldExpression_Field()
-
setField
void setField(String value)
Sets the value of the 'Field
' attribute.- Parameters:
value
- the new value of the 'Field' attribute.- See Also:
getField()
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
setExpression(String)
,DcsPackage.getDataCompositionDetailsAreaParameterFieldExpression_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()
-
-