/** */ package TaxationWithRoot; /** * * A representation of the model object 'Permanent Expense'. * * *

* The following features are supported: *

* * * @see TaxationWithRoot.TaxationPackage#getPermanent_Expense() * @model * @generated */ public interface Permanent_Expense extends Special_Expense_DS { /** * Returns the value of the 'Category' attribute. * The literals are from the enumeration {@link TaxationWithRoot.Category_of_Permanent_Expense}. * * * @return the value of the 'Category' attribute. * @see TaxationWithRoot.Category_of_Permanent_Expense * @see #setCategory(Category_of_Permanent_Expense) * @see TaxationWithRoot.TaxationPackage#getPermanent_Expense_Category() * @model required="true" * @generated */ Category_of_Permanent_Expense getCategory(); /** * Sets the value of the '{@link TaxationWithRoot.Permanent_Expense#getCategory Category}' attribute. * * * @param value the new value of the 'Category' attribute. * @see TaxationWithRoot.Category_of_Permanent_Expense * @see #getCategory() * @generated */ void setCategory(Category_of_Permanent_Expense value); } // Permanent_Expense