/** */ package Taxation; /** * * A representation of the model object 'FO'. * * *

* The following features are supported: *

* * * @see Taxation.TaxationPackage#getFO() * @model * @generated */ public interface FO extends Professional_Expenses_Deduction { /** * Returns the value of the 'Rate type for FO' attribute. * The literals are from the enumeration {@link Taxation.Type_of_Rate}. * * * @return the value of the 'Rate type for FO' attribute. * @see Taxation.Type_of_Rate * @see #setRate_type_for_FO(Type_of_Rate) * @see Taxation.TaxationPackage#getFO_Rate_type_for_FO() * @model required="true" derived="true" * @generated */ Type_of_Rate getRate_type_for_FO(); /** * Sets the value of the '{@link Taxation.FO#getRate_type_for_FO Rate type for FO}' attribute. * * * @param value the new value of the 'Rate type for FO' attribute. * @see Taxation.Type_of_Rate * @see #getRate_type_for_FO() * @generated */ void setRate_type_for_FO(Type_of_Rate value); } // FO