Interface DataCompositionSchemaTotalField
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaTotalFieldImpl
public interface DataCompositionSchemaTotalField
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Total Field'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Path' attribute.Returns the value of the 'Expression' attribute.org.eclipse.emf.common.util.EList<String>Returns the value of the 'Groups' attribute list.voidsetDataPath(String value) Sets the value of the 'Data Path' attribute.voidsetExpression(String value) Sets the value of the 'Expression' 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
-
getDataPath
String getDataPath()Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
-
setDataPath
Sets the value of the 'Data Path' attribute.- Parameters:
value- the new value of the 'Data Path' 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:
-
getGroups
org.eclipse.emf.common.util.EList<String> getGroups()Returns the value of the 'Groups' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Groups' attribute list.
- See Also:
-