Interface IPredefinedCalculationTypeCalculationBaseModel
- All Superinterfaces:
IDynamicTreeModel<org.eclipse.emf.ecore.EObject>
,IEditableModel
,IModel
,IModelApiAwareModel
,IValidable
- All Known Implementing Classes:
PredefinedCalculationTypeCalculationBaseModel
public interface IPredefinedCalculationTypeCalculationBaseModel
extends IDynamicTreeModel<org.eclipse.emf.ecore.EObject>, IModelApiAwareModel, IEditableModel
Predefined calculation type calculation base (base, leading, displacing calculation types) model.
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EStructuralFeature
Returns calculation base feature (base, leading, displacing calculation types).Returns owner - selected predefined calculation type.void
setPredefinedCalculationType
(ChartOfCalculationTypesPredefinedItem predefinedCalculationType) Sets predefined calculation type.Methods inherited from interface com._1c.g5.v8.dt.ui.aef.models.IDynamicTreeModel
getCheckStateProvider, getInput, getLabelProvider, getTreeContentProvider
Methods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditable
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApi
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getPredefinedCalculationType
ChartOfCalculationTypesPredefinedItem getPredefinedCalculationType()Returns owner - selected predefined calculation type.- Returns:
- the selected predefined calculation type, can be
null
-
setPredefinedCalculationType
Sets predefined calculation type.- Parameters:
predefinedCalculationType
- the predefined calculation type, can benull
.
-
getFeature
org.eclipse.emf.ecore.EStructuralFeature getFeature()Returns calculation base feature (base, leading, displacing calculation types).- Returns:
- the calculation base feature, cannot be
null
-