Interface DataCompositionDetailsAreaParameter
- All Superinterfaces:
AreaTemplateParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionDetailsAreaParameterImpl
A representation of the model object 'Data Composition Details Area Parameter'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DataCompositionDetailsAreaParameterFieldExpression>Returns the value of the 'Field Expression' containment reference list.Returns the value of the 'Group ID' attribute.Returns the value of the 'Main Action' attribute.voidsetGroupID(String value) Sets the value of the 'Group ID' attribute.voidSets the value of the 'Main Action' attribute.Methods inherited from interface com._1c.g5.v8.dt.dcs.model.areaTemplate.AreaTemplateParameter
getName, setNameMethods 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
-
getFieldExpression
org.eclipse.emf.common.util.EList<DataCompositionDetailsAreaParameterFieldExpression> getFieldExpression()Returns the value of the 'Field Expression' containment reference list. The list contents are of typeDataCompositionDetailsAreaParameterFieldExpression.- Returns:
- the value of the 'Field Expression' containment reference list.
- See Also:
-
getMainAction
DataCompositionDetailsProcessingAction getMainAction()Returns the value of the 'Main Action' attribute. The default value is"None". The literals are from the enumerationDataCompositionDetailsProcessingAction.- Returns:
- the value of the 'Main Action' attribute.
- See Also:
-
setMainAction
Sets the value of the 'Main Action' attribute.- Parameters:
value- the new value of the 'Main Action' attribute.- See Also:
-
getGroupID
String getGroupID()Returns the value of the 'Group ID' attribute.- Returns:
- the value of the 'Group ID' attribute.
- See Also:
-
setGroupID
Sets the value of the 'Group ID' attribute.- Parameters:
value- the new value of the 'Group ID' attribute.- See Also:
-