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

* The following features are supported: *

* * * @see Taxation.TaxationPackage#getFD() * @model * @generated */ public interface FD extends Professional_Expenses_Deduction { /** * Returns the value of the 'Distance declared in january' attribute. * * * @return the value of the 'Distance declared in january' attribute. * @see #setDistance_declared_in_january(double) * @see Taxation.TaxationPackage#getFD_Distance_declared_in_january() * @model required="true" * @generated */ double getDistance_declared_in_january(); /** * Sets the value of the '{@link Taxation.FD#getDistance_declared_in_january Distance declared in january}' attribute. * * * @param value the new value of the 'Distance declared in january' attribute. * @see #getDistance_declared_in_january() * @generated */ void setDistance_declared_in_january(double value); /** * Returns the value of the 'Calculated distance' attribute. * * * @return the value of the 'Calculated distance' attribute. * @see #setCalculated_distance(double) * @see Taxation.TaxationPackage#getFD_Calculated_distance() * @model required="true" derived="true" * @generated */ double getCalculated_distance(); /** * Sets the value of the '{@link Taxation.FD#getCalculated_distance Calculated distance}' attribute. * * * @param value the new value of the 'Calculated distance' attribute. * @see #getCalculated_distance() * @generated */ void setCalculated_distance(double value); } // FD