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.EObjectA representation of the model object 'Data Composition Schema Total Field'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataPath()Returns the value of the 'Data Path' attribute.StringgetExpression()Returns the value of the 'Expression' attribute.org.eclipse.emf.common.util.EList<String>getGroups()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.
-
-
-
Method Detail
-
getDataPath
String getDataPath()
Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
setDataPath(String),DcsPackage.getDataCompositionSchemaTotalField_DataPath()
-
setDataPath
void setDataPath(String value)
Sets the value of the 'Data Path' attribute.- Parameters:
value- the new value of the 'Data Path' attribute.- See Also:
getDataPath()
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
setExpression(String),DcsPackage.getDataCompositionSchemaTotalField_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()
-
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:
DcsPackage.getDataCompositionSchemaTotalField_Groups()
-
-