Interface DataCompositionDetailsAreaParameter
-
- All Superinterfaces:
AreaTemplateParameter
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionDetailsAreaParameterImpl
public interface DataCompositionDetailsAreaParameter extends AreaTemplateParameter
A representation of the model object 'Data Composition Details Area Parameter'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataCompositionDetailsAreaParameterFieldExpression>
getFieldExpression()
Returns the value of the 'Field Expression' containment reference list.DataCompositionDetailsProcessingAction
getMainAction()
Returns the value of the 'Main Action' attribute.void
setMainAction(DataCompositionDetailsProcessingAction value)
Sets the value of the 'Main Action
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.areaTemplate.AreaTemplateParameter
getName, setName
-
-
-
-
Method Detail
-
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:
DcsPackage.getDataCompositionDetailsAreaParameter_FieldExpression()
-
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:
DataCompositionDetailsProcessingAction
,setMainAction(DataCompositionDetailsProcessingAction)
,DcsPackage.getDataCompositionDetailsAreaParameter_MainAction()
-
setMainAction
void setMainAction(DataCompositionDetailsProcessingAction value)
Sets the value of the 'Main Action
' attribute.- Parameters:
value
- the new value of the 'Main Action' attribute.- See Also:
DataCompositionDetailsProcessingAction
,getMainAction()
-
-