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 Details

    • getPredefinedCalculationType

      ChartOfCalculationTypesPredefinedItem getPredefinedCalculationType()
      Returns owner - selected predefined calculation type.
      Returns:
      the selected predefined calculation type, can be null
    • setPredefinedCalculationType

      void setPredefinedCalculationType(ChartOfCalculationTypesPredefinedItem predefinedCalculationType)
      Sets predefined calculation type.
      Parameters:
      predefinedCalculationType - the predefined calculation type, can be null.
    • getFeature

      org.eclipse.emf.ecore.EStructuralFeature getFeature()
      Returns calculation base feature (base, leading, displacing calculation types).
      Returns:
      the calculation base feature, cannot be null