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
Modifier and TypeMethodDescriptionReturns the value of the 'Expression' attribute.getField()Returns the value of the 'Field' attribute.voidsetExpression(String value) Sets the value of the 'Expression' attribute.voidSets the value of the 'Field' attribute.Methods 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
-
getField
String getField()Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
-
setField
Sets the value of the 'Field' attribute.- Parameters:
value- the new value of the 'Field' attribute.- See Also:
-
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:
-