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 SummaryAll 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.DataCompositionDetailsProcessingActiongetMainAction()Returns the value of the 'Main Action' attribute.voidsetMainAction(DataCompositionDetailsProcessingAction value)Sets the value of the 'Main Action' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.areaTemplate.AreaTemplateParametergetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getFieldExpressionorg.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()
 
 - 
getMainActionDataCompositionDetailsProcessingAction 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()
 
 - 
setMainActionvoid 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()
 
 
- 
 
-