/** */ package Taxation; /** * * A representation of the model object 'DS for Permanent Expense'. * * *

* The following features are supported: *

* * * @see Taxation.TaxationPackage#getDS_for_Permanent_Expense() * @model * @generated */ public interface DS_for_Permanent_Expense extends DS { /** * Returns the value of the 'Permanent expense category' attribute. * The literals are from the enumeration {@link Taxation.Category_of_Permanent_Expense}. * * * @return the value of the 'Permanent expense category' attribute. * @see Taxation.Category_of_Permanent_Expense * @see #setPermanent_expense_category(Category_of_Permanent_Expense) * @see Taxation.TaxationPackage#getDS_for_Permanent_Expense_Permanent_expense_category() * @model required="true" * @generated */ Category_of_Permanent_Expense getPermanent_expense_category(); /** * Sets the value of the '{@link Taxation.DS_for_Permanent_Expense#getPermanent_expense_category Permanent expense category}' attribute. * * * @param value the new value of the 'Permanent expense category' attribute. * @see Taxation.Category_of_Permanent_Expense * @see #getPermanent_expense_category() * @generated */ void setPermanent_expense_category(Category_of_Permanent_Expense value); } // DS_for_Permanent_Expense