From 750b37401bc3eb3e9deb7126d90f871973ba477b Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Mon, 11 May 2020 10:06:57 -0400 Subject: Remove derived features from the PLEDGE MM --- .../src/Taxation/TaxationPackage.java | 858 ++------------------- 1 file changed, 75 insertions(+), 783 deletions(-) (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/TaxationPackage.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/TaxationPackage.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/TaxationPackage.java index 8706121f..3746e63a 100644 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/TaxationPackage.java +++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/TaxationPackage.java @@ -385,15 +385,6 @@ public interface TaxationPackage extends EPackage { */ int PHYSICAL_PERSON = 3; - /** - * The feature id for the 'Is assisting spouse' attribute. - * - * - * @generated - * @ordered - */ - int PHYSICAL_PERSON__IS_ASSISTING_SPOUSE = 0; - /** * The feature id for the 'SS No' attribute. * @@ -401,7 +392,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__SS_NO = 1; + int PHYSICAL_PERSON__SS_NO = 0; /** * The feature id for the 'Addresses' reference list. @@ -410,7 +401,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__ADDRESSES = 2; + int PHYSICAL_PERSON__ADDRESSES = 1; /** * The feature id for the 'Birth year' attribute. @@ -419,7 +410,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__BIRTH_YEAR = 3; + int PHYSICAL_PERSON__BIRTH_YEAR = 2; /** * The feature id for the 'Disability percentage' attribute. @@ -428,7 +419,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__DISABILITY_PERCENTAGE = 4; + int PHYSICAL_PERSON__DISABILITY_PERCENTAGE = 3; /** * The feature id for the 'Disability type' attribute. @@ -437,16 +428,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__DISABILITY_TYPE = 5; - - /** - * The feature id for the 'Is affiliated personnaly to social security' attribute. - * - * - * @generated - * @ordered - */ - int PHYSICAL_PERSON__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY = 6; + int PHYSICAL_PERSON__DISABILITY_TYPE = 4; /** * The feature id for the 'Birth month' attribute. @@ -455,7 +437,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__BIRTH_MONTH = 7; + int PHYSICAL_PERSON__BIRTH_MONTH = 5; /** * The feature id for the 'Birth day' attribute. @@ -464,7 +446,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__BIRTH_DAY = 8; + int PHYSICAL_PERSON__BIRTH_DAY = 6; /** * The feature id for the 'Expenses' reference list. @@ -473,7 +455,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__EXPENSES = 9; + int PHYSICAL_PERSON__EXPENSES = 7; /** * The feature id for the 'Is widower' attribute. @@ -482,7 +464,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON__IS_WIDOWER = 10; + int PHYSICAL_PERSON__IS_WIDOWER = 8; /** * The number of structural features of the 'Physical Person' class. @@ -491,7 +473,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PHYSICAL_PERSON_FEATURE_COUNT = 11; + int PHYSICAL_PERSON_FEATURE_COUNT = 9; /** * The number of operations of the 'Physical Person' class. @@ -512,15 +494,6 @@ public interface TaxationPackage extends EPackage { */ int TAX_PAYER = 2; - /** - * The feature id for the 'Is assisting spouse' attribute. - * - * - * @generated - * @ordered - */ - int TAX_PAYER__IS_ASSISTING_SPOUSE = PHYSICAL_PERSON__IS_ASSISTING_SPOUSE; - /** * The feature id for the 'SS No' attribute. * @@ -566,15 +539,6 @@ public interface TaxationPackage extends EPackage { */ int TAX_PAYER__DISABILITY_TYPE = PHYSICAL_PERSON__DISABILITY_TYPE; - /** - * The feature id for the 'Is affiliated personnaly to social security' attribute. - * - * - * @generated - * @ordered - */ - int TAX_PAYER__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY = PHYSICAL_PERSON__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY; - /** * The feature id for the 'Birth month' attribute. * @@ -647,15 +611,6 @@ public interface TaxationPackage extends EPackage { */ int TAX_PAYER__FROM_LAW = PHYSICAL_PERSON_FEATURE_COUNT + 3; - /** - * The feature id for the 'Taxes Due' attribute. - * - * - * @generated - * @ordered - */ - int TAX_PAYER__TAXES_DUE = PHYSICAL_PERSON_FEATURE_COUNT + 4; - /** * The number of structural features of the 'Tax Payer' class. * @@ -663,7 +618,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_PAYER_FEATURE_COUNT = PHYSICAL_PERSON_FEATURE_COUNT + 5; + int TAX_PAYER_FEATURE_COUNT = PHYSICAL_PERSON_FEATURE_COUNT + 4; /** * The number of operations of the 'Tax Payer' class. @@ -857,15 +812,6 @@ public interface TaxationPackage extends EPackage { */ int DEPENDENT = 6; - /** - * The feature id for the 'Is assisting spouse' attribute. - * - * - * @generated - * @ordered - */ - int DEPENDENT__IS_ASSISTING_SPOUSE = PHYSICAL_PERSON__IS_ASSISTING_SPOUSE; - /** * The feature id for the 'SS No' attribute. * @@ -911,15 +857,6 @@ public interface TaxationPackage extends EPackage { */ int DEPENDENT__DISABILITY_TYPE = PHYSICAL_PERSON__DISABILITY_TYPE; - /** - * The feature id for the 'Is affiliated personnaly to social security' attribute. - * - * - * @generated - * @ordered - */ - int DEPENDENT__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY = PHYSICAL_PERSON__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY; - /** * The feature id for the 'Birth month' attribute. * @@ -1047,15 +984,6 @@ public interface TaxationPackage extends EPackage { */ int EXTERNAL_ALLOWANCE = 7; - /** - * The feature id for the 'Amount' attribute. - * - * - * @generated - * @ordered - */ - int EXTERNAL_ALLOWANCE__AMOUNT = 0; - /** * The feature id for the 'Grantor' attribute. * @@ -1063,7 +991,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE__GRANTOR = 1; + int EXTERNAL_ALLOWANCE__GRANTOR = 0; /** * The feature id for the 'Starting year' attribute. @@ -1072,7 +1000,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE__STARTING_YEAR = 2; + int EXTERNAL_ALLOWANCE__STARTING_YEAR = 1; /** * The feature id for the 'Ending year' attribute. @@ -1081,7 +1009,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE__ENDING_YEAR = 3; + int EXTERNAL_ALLOWANCE__ENDING_YEAR = 2; /** * The feature id for the 'Reciver' reference. @@ -1090,7 +1018,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE__RECIVER = 4; + int EXTERNAL_ALLOWANCE__RECIVER = 3; /** * The feature id for the 'Id5' attribute. @@ -1099,7 +1027,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE__ID5 = 5; + int EXTERNAL_ALLOWANCE__ID5 = 4; /** * The feature id for the 'Person' container reference. @@ -1108,7 +1036,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE__PERSON = 6; + int EXTERNAL_ALLOWANCE__PERSON = 5; /** * The number of structural features of the 'External Allowance' class. @@ -1117,7 +1045,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int EXTERNAL_ALLOWANCE_FEATURE_COUNT = 7; + int EXTERNAL_ALLOWANCE_FEATURE_COUNT = 6; /** * The number of operations of the 'External Allowance' class. @@ -1558,15 +1486,6 @@ public interface TaxationPackage extends EPackage { */ int INCOME_TYPE = 14; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX = 0; - /** * The feature id for the 'Id8' attribute. * @@ -1574,7 +1493,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int INCOME_TYPE__ID8 = 1; + int INCOME_TYPE__ID8 = 0; /** * The feature id for the 'Income' container reference. @@ -1583,7 +1502,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int INCOME_TYPE__INCOME = 2; + int INCOME_TYPE__INCOME = 1; /** * The number of structural features of the 'Income Type' class. @@ -1592,7 +1511,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int INCOME_TYPE_FEATURE_COUNT = 3; + int INCOME_TYPE_FEATURE_COUNT = 2; /** * The number of operations of the 'Income Type' class. @@ -1622,15 +1541,6 @@ public interface TaxationPackage extends EPackage { */ int TAX_CARD__CARD_IDENTIFIER = 0; - /** - * The feature id for the 'Tax card type' attribute. - * - * - * @generated - * @ordered - */ - int TAX_CARD__TAX_CARD_TYPE = 1; - /** * The feature id for the 'Tax office' attribute. * @@ -1638,7 +1548,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__TAX_OFFICE = 2; + int TAX_CARD__TAX_OFFICE = 1; /** * The feature id for the 'Percentage of witholding' attribute. @@ -1647,7 +1557,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__PERCENTAGE_OF_WITHOLDING = 3; + int TAX_CARD__PERCENTAGE_OF_WITHOLDING = 2; /** * The feature id for the 'Tax payers name surname' attribute list. @@ -1656,7 +1566,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__TAX_PAYERS_NAME_SURNAME = 4; + int TAX_CARD__TAX_PAYERS_NAME_SURNAME = 3; /** * The feature id for the 'Tax payers partner name surname' attribute list. @@ -1665,7 +1575,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__TAX_PAYERS_PARTNER_NAME_SURNAME = 5; + int TAX_CARD__TAX_PAYERS_PARTNER_NAME_SURNAME = 4; /** * The feature id for the 'Tax payers address' reference. @@ -1674,7 +1584,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__TAX_PAYERS_ADDRESS = 6; + int TAX_CARD__TAX_PAYERS_ADDRESS = 5; /** * The feature id for the 'Jobs Employer SS No' attribute. @@ -1683,7 +1593,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__JOBS_EMPLOYER_SS_NO = 7; + int TAX_CARD__JOBS_EMPLOYER_SS_NO = 6; /** * The feature id for the 'Jobs employers name' attribute. @@ -1692,7 +1602,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__JOBS_EMPLOYERS_NAME = 8; + int TAX_CARD__JOBS_EMPLOYERS_NAME = 7; /** * The feature id for the 'Jobs activity type' attribute. @@ -1701,7 +1611,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__JOBS_ACTIVITY_TYPE = 9; + int TAX_CARD__JOBS_ACTIVITY_TYPE = 8; /** * The feature id for the 'Jobs place of work' attribute. @@ -1710,7 +1620,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__JOBS_PLACE_OF_WORK = 10; + int TAX_CARD__JOBS_PLACE_OF_WORK = 9; /** * The feature id for the 'Deduction FD daily' attribute. @@ -1719,7 +1629,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_FD_DAILY = 11; + int TAX_CARD__DEDUCTION_FD_DAILY = 10; /** * The feature id for the 'Deduction FD monthly' attribute. @@ -1728,7 +1638,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_FD_MONTHLY = 12; + int TAX_CARD__DEDUCTION_FD_MONTHLY = 11; /** * The feature id for the 'Deduction AC daily' attribute. @@ -1737,7 +1647,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_AC_DAILY = 13; + int TAX_CARD__DEDUCTION_AC_DAILY = 12; /** * The feature id for the 'Deduction AC monthly' attribute. @@ -1746,7 +1656,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_AC_MONTHLY = 14; + int TAX_CARD__DEDUCTION_AC_MONTHLY = 13; /** * The feature id for the 'Deduction AC yearly' attribute. @@ -1755,7 +1665,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_AC_YEARLY = 15; + int TAX_CARD__DEDUCTION_AC_YEARLY = 14; /** * The feature id for the 'Deduction CE daily' attribute. @@ -1764,7 +1674,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_CE_DAILY = 16; + int TAX_CARD__DEDUCTION_CE_DAILY = 15; /** * The feature id for the 'Deduction CE monthly' attribute. @@ -1773,7 +1683,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_CE_MONTHLY = 17; + int TAX_CARD__DEDUCTION_CE_MONTHLY = 16; /** * The feature id for the 'Deduction CE yearly' attribute. @@ -1782,7 +1692,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_CE_YEARLY = 18; + int TAX_CARD__DEDUCTION_CE_YEARLY = 17; /** * The feature id for the 'Deduction DS daily' attribute. @@ -1791,7 +1701,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_DS_DAILY = 19; + int TAX_CARD__DEDUCTION_DS_DAILY = 18; /** * The feature id for the 'Deduction DS monthly' attribute. @@ -1800,7 +1710,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_DS_MONTHLY = 20; + int TAX_CARD__DEDUCTION_DS_MONTHLY = 19; /** * The feature id for the 'Deduction FO daily' attribute. @@ -1809,7 +1719,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_FO_DAILY = 21; + int TAX_CARD__DEDUCTION_FO_DAILY = 20; /** * The feature id for the 'Deduction FO monthly' attribute. @@ -1818,7 +1728,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_FO_MONTHLY = 22; + int TAX_CARD__DEDUCTION_FO_MONTHLY = 21; /** * The feature id for the 'Deduction FO yearly' attribute. @@ -1827,7 +1737,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_FO_YEARLY = 23; + int TAX_CARD__DEDUCTION_FO_YEARLY = 22; /** * The feature id for the 'Credit CIS daily' attribute. @@ -1836,7 +1746,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__CREDIT_CIS_DAILY = 24; + int TAX_CARD__CREDIT_CIS_DAILY = 23; /** * The feature id for the 'Credit CIS monthly' attribute. @@ -1845,7 +1755,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__CREDIT_CIS_MONTHLY = 25; + int TAX_CARD__CREDIT_CIS_MONTHLY = 24; /** * The feature id for the 'Credit CIM daily' attribute. @@ -1854,7 +1764,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__CREDIT_CIM_DAILY = 26; + int TAX_CARD__CREDIT_CIM_DAILY = 25; /** * The feature id for the 'Validity' attribute. @@ -1863,7 +1773,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__VALIDITY = 27; + int TAX_CARD__VALIDITY = 26; /** * The feature id for the 'Income Tax Credit' reference list. @@ -1872,7 +1782,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__INCOME_TAX_CREDIT = 28; + int TAX_CARD__INCOME_TAX_CREDIT = 27; /** * The feature id for the 'Previous' reference. @@ -1881,7 +1791,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__PREVIOUS = 29; + int TAX_CARD__PREVIOUS = 28; /** * The feature id for the 'Current tax card' reference. @@ -1890,7 +1800,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__CURRENT_TAX_CARD = 30; + int TAX_CARD__CURRENT_TAX_CARD = 29; /** * The feature id for the 'Credit CIM yearly' attribute. @@ -1899,7 +1809,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__CREDIT_CIM_YEARLY = 31; + int TAX_CARD__CREDIT_CIM_YEARLY = 30; /** * The feature id for the 'Deduction DS Alimony yearly' attribute. @@ -1908,7 +1818,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_DS_ALIMONY_YEARLY = 32; + int TAX_CARD__DEDUCTION_DS_ALIMONY_YEARLY = 31; /** * The feature id for the 'Deduction DS Debt yearly' attribute. @@ -1917,7 +1827,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__DEDUCTION_DS_DEBT_YEARLY = 33; + int TAX_CARD__DEDUCTION_DS_DEBT_YEARLY = 32; /** * The feature id for the 'Income' container reference. @@ -1926,7 +1836,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD__INCOME = 34; + int TAX_CARD__INCOME = 33; /** * The number of structural features of the 'Tax Card' class. @@ -1935,7 +1845,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int TAX_CARD_FEATURE_COUNT = 35; + int TAX_CARD_FEATURE_COUNT = 34; /** * The number of operations of the 'Tax Card' class. @@ -2466,15 +2376,6 @@ public interface TaxationPackage extends EPackage { */ int NON_RESIDENT_TAX_PAYER = 22; - /** - * The feature id for the 'Is assisting spouse' attribute. - * - * - * @generated - * @ordered - */ - int NON_RESIDENT_TAX_PAYER__IS_ASSISTING_SPOUSE = TAX_PAYER__IS_ASSISTING_SPOUSE; - /** * The feature id for the 'SS No' attribute. * @@ -2520,15 +2421,6 @@ public interface TaxationPackage extends EPackage { */ int NON_RESIDENT_TAX_PAYER__DISABILITY_TYPE = TAX_PAYER__DISABILITY_TYPE; - /** - * The feature id for the 'Is affiliated personnaly to social security' attribute. - * - * - * @generated - * @ordered - */ - int NON_RESIDENT_TAX_PAYER__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY = TAX_PAYER__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY; - /** * The feature id for the 'Birth month' attribute. * @@ -2601,15 +2493,6 @@ public interface TaxationPackage extends EPackage { */ int NON_RESIDENT_TAX_PAYER__FROM_LAW = TAX_PAYER__FROM_LAW; - /** - * The feature id for the 'Taxes Due' attribute. - * - * - * @generated - * @ordered - */ - int NON_RESIDENT_TAX_PAYER__TAXES_DUE = TAX_PAYER__TAXES_DUE; - /** * The feature id for the 'Is assimilated to resident' attribute. * @@ -2756,15 +2639,6 @@ public interface TaxationPackage extends EPackage { */ int RESIDENT_TAX_PAYER = 24; - /** - * The feature id for the 'Is assisting spouse' attribute. - * - * - * @generated - * @ordered - */ - int RESIDENT_TAX_PAYER__IS_ASSISTING_SPOUSE = TAX_PAYER__IS_ASSISTING_SPOUSE; - /** * The feature id for the 'SS No' attribute. * @@ -2810,15 +2684,6 @@ public interface TaxationPackage extends EPackage { */ int RESIDENT_TAX_PAYER__DISABILITY_TYPE = TAX_PAYER__DISABILITY_TYPE; - /** - * The feature id for the 'Is affiliated personnaly to social security' attribute. - * - * - * @generated - * @ordered - */ - int RESIDENT_TAX_PAYER__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY = TAX_PAYER__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY; - /** * The feature id for the 'Birth month' attribute. * @@ -2891,15 +2756,6 @@ public interface TaxationPackage extends EPackage { */ int RESIDENT_TAX_PAYER__FROM_LAW = TAX_PAYER__FROM_LAW; - /** - * The feature id for the 'Taxes Due' attribute. - * - * - * @generated - * @ordered - */ - int RESIDENT_TAX_PAYER__TAXES_DUE = TAX_PAYER__TAXES_DUE; - /** * The number of structural features of the 'Resident Tax Payer' class. * @@ -2928,15 +2784,6 @@ public interface TaxationPackage extends EPackage { */ int TRADE_AND_BUSINESS_INCOME = 25; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int TRADE_AND_BUSINESS_INCOME__SUBJECT_TO_WITHHOLDING_TAX = INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX; - /** * The feature id for the 'Id8' attribute. * @@ -2983,15 +2830,6 @@ public interface TaxationPackage extends EPackage { */ int AGRICULTURE_AND_FORESTRY_INCOME = 26; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int AGRICULTURE_AND_FORESTRY_INCOME__SUBJECT_TO_WITHHOLDING_TAX = INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX; - /** * The feature id for the 'Id8' attribute. * @@ -3038,15 +2876,6 @@ public interface TaxationPackage extends EPackage { */ int PENSIONS_AND_ANNUITIES_INCOME = 27; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int PENSIONS_AND_ANNUITIES_INCOME__SUBJECT_TO_WITHHOLDING_TAX = INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX; - /** * The feature id for the 'Id8' attribute. * @@ -3102,15 +2931,6 @@ public interface TaxationPackage extends EPackage { */ int CAPITAL_AND_INVESTMENTS_INCOME = 28; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int CAPITAL_AND_INVESTMENTS_INCOME__SUBJECT_TO_WITHHOLDING_TAX = INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX; - /** * The feature id for the 'Id8' attribute. * @@ -3157,15 +2977,6 @@ public interface TaxationPackage extends EPackage { */ int EMPLOYMENT_INCOME = 29; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int EMPLOYMENT_INCOME__SUBJECT_TO_WITHHOLDING_TAX = INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX; - /** * The feature id for the 'Id8' attribute. * @@ -3212,15 +3023,6 @@ public interface TaxationPackage extends EPackage { */ int RENTALS_AND_LEASES_INCOME = 30; - /** - * The feature id for the 'Subject To Withholding Tax' attribute. - * - * - * @generated - * @ordered - */ - int RENTALS_AND_LEASES_INCOME__SUBJECT_TO_WITHHOLDING_TAX = INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX; - /** * The feature id for the 'Id8' attribute. * @@ -3813,15 +3615,6 @@ public interface TaxationPackage extends EPackage { */ int FD__DISTANCE_DECLARED_IN_JANUARY = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 0; - /** - * The feature id for the 'Calculated distance' attribute. - * - * - * @generated - * @ordered - */ - int FD__CALCULATED_DISTANCE = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 1; - /** * The number of structural features of the 'FD' class. * @@ -3829,7 +3622,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int FD_FEATURE_COUNT = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 2; + int FD_FEATURE_COUNT = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 1; /** * The number of operations of the 'FD' class. @@ -3850,15 +3643,6 @@ public interface TaxationPackage extends EPackage { */ int FO = 38; - /** - * The feature id for the 'Rate type for FO' attribute. - * - * - * @generated - * @ordered - */ - int FO__RATE_TYPE_FOR_FO = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 0; - /** * The number of structural features of the 'FO' class. * @@ -3866,7 +3650,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int FO_FEATURE_COUNT = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 1; + int FO_FEATURE_COUNT = PROFESSIONAL_EXPENSES_DEDUCTION_FEATURE_COUNT + 0; /** * The number of operations of the 'FO' class. @@ -4116,33 +3900,6 @@ public interface TaxationPackage extends EPackage { */ int DS_FOR_PRIVATE_INSURANCE_AND_PLAN__PRIVATE_INSURANCE_AND_PLAN_CATEGORY = DS_FEATURE_COUNT + 0; - /** - * The feature id for the 'Increase for life insurance' attribute. - * - * - * @generated - * @ordered - */ - int DS_FOR_PRIVATE_INSURANCE_AND_PLAN__INCREASE_FOR_LIFE_INSURANCE = DS_FEATURE_COUNT + 1; - - /** - * The feature id for the 'Maximum deductible amount for private insurance' attribute. - * - * - * @generated - * @ordered - */ - int DS_FOR_PRIVATE_INSURANCE_AND_PLAN__MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_PRIVATE_INSURANCE = DS_FEATURE_COUNT + 2; - - /** - * The feature id for the 'Maximum deductible amount for old age pension plan' attribute. - * - * - * @generated - * @ordered - */ - int DS_FOR_PRIVATE_INSURANCE_AND_PLAN__MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_OLD_AGE_PENSION_PLAN = DS_FEATURE_COUNT + 3; - /** * The number of structural features of the 'DS for Private Insurance and Plan' class. * @@ -4150,7 +3907,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int DS_FOR_PRIVATE_INSURANCE_AND_PLAN_FEATURE_COUNT = DS_FEATURE_COUNT + 4; + int DS_FOR_PRIVATE_INSURANCE_AND_PLAN_FEATURE_COUNT = DS_FEATURE_COUNT + 1; /** * The number of operations of the 'DS for Private Insurance and Plan' class. @@ -4426,15 +4183,6 @@ public interface TaxationPackage extends EPackage { */ int PERMANENT_EXPENSE__CATEGORY = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 0; - /** - * The feature id for the 'Is eligible for deduction' attribute. - * - * - * @generated - * @ordered - */ - int PERMANENT_EXPENSE__IS_ELIGIBLE_FOR_DEDUCTION = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 1; - /** * The number of structural features of the 'Permanent Expense' class. * @@ -4442,7 +4190,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PERMANENT_EXPENSE_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 2; + int PERMANENT_EXPENSE_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 1; /** * The number of operations of the 'Permanent Expense' class. @@ -4635,15 +4383,6 @@ public interface TaxationPackage extends EPackage { */ int PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 1; - /** - * The feature id for the 'Is private insurance and plan eligible for deduction' attribute. - * - * - * @generated - * @ordered - */ - int PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 2; - /** * The number of structural features of the 'Private Insurance and Plan' class. * @@ -4651,7 +4390,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int PRIVATE_INSURANCE_AND_PLAN_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 3; + int PRIVATE_INSURANCE_AND_PLAN_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 2; /** * The number of operations of the 'Private Insurance and Plan' class. @@ -4853,15 +4592,6 @@ public interface TaxationPackage extends EPackage { */ int DONATION__BENEFICIARY1 = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 0; - /** - * The feature id for the 'Is beneficiary eligible' attribute. - * - * - * @generated - * @ordered - */ - int DONATION__IS_BENEFICIARY_ELIGIBLE = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 1; - /** * The feature id for the 'Is donation reported' attribute. * @@ -4869,7 +4599,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int DONATION__IS_DONATION_REPORTED = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 2; + int DONATION__IS_DONATION_REPORTED = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 1; /** * The number of structural features of the 'Donation' class. @@ -4878,7 +4608,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int DONATION_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 3; + int DONATION_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 2; /** * The number of operations of the 'Donation' class. @@ -4962,42 +4692,6 @@ public interface TaxationPackage extends EPackage { */ int LOSS_CARRYFORWARD__BENEFICIARY = SPECIAL_EXPENSE_DS__BENEFICIARY; - /** - * The feature id for the 'Regular accountability' attribute. - * - * - * @generated - * @ordered - */ - int LOSS_CARRYFORWARD__REGULAR_ACCOUNTABILITY = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 0; - - /** - * The feature id for the 'Compensation by other means' attribute. - * - * - * @generated - * @ordered - */ - int LOSS_CARRYFORWARD__COMPENSATION_BY_OTHER_MEANS = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 1; - - /** - * The feature id for the 'Tax payer has inherited business ownership' attribute. - * - * - * @generated - * @ordered - */ - int LOSS_CARRYFORWARD__TAX_PAYER_HAS_INHERITED_BUSINESS_OWNERSHIP = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 2; - - /** - * The feature id for the 'Tax payer has been partner in business' attribute. - * - * - * @generated - * @ordered - */ - int LOSS_CARRYFORWARD__TAX_PAYER_HAS_BEEN_PARTNER_IN_BUSINESS = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 3; - /** * The number of structural features of the 'Loss Carryforward' class. * @@ -5005,7 +4699,7 @@ public interface TaxationPackage extends EPackage { * @generated * @ordered */ - int LOSS_CARRYFORWARD_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 4; + int LOSS_CARRYFORWARD_FEATURE_COUNT = SPECIAL_EXPENSE_DS_FEATURE_COUNT + 0; /** * The number of operations of the 'Loss Carryforward' class. @@ -5519,16 +5213,6 @@ public interface TaxationPackage extends EPackage { */ int COUNTRY = 60; - /** - * The meta object id for the '{@link Taxation.Tax_Card_Type Tax Card Type}' enum. - * - * - * @see Taxation.Tax_Card_Type - * @see Taxation.impl.TaxationPackageImpl#getTax_Card_Type() - * @generated - */ - int TAX_CARD_TYPE = 61; - /** * The meta object id for the '{@link Taxation.Tax_Office Tax Office}' enum. * @@ -5537,7 +5221,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getTax_Office() * @generated */ - int TAX_OFFICE = 62; + int TAX_OFFICE = 61; /** * The meta object id for the '{@link Taxation.Tax_Class_Category Tax Class Category}' enum. @@ -5547,7 +5231,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getTax_Class_Category() * @generated */ - int TAX_CLASS_CATEGORY = 63; + int TAX_CLASS_CATEGORY = 62; /** * The meta object id for the '{@link Taxation.Job_Activity Job Activity}' enum. @@ -5557,7 +5241,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getJob_Activity() * @generated */ - int JOB_ACTIVITY = 64; + int JOB_ACTIVITY = 63; /** * The meta object id for the '{@link Taxation.Town Town}' enum. @@ -5567,17 +5251,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getTown() * @generated */ - int TOWN = 65; - - /** - * The meta object id for the '{@link Taxation.Type_of_Rate Type of Rate}' enum. - * - * - * @see Taxation.Type_of_Rate - * @see Taxation.impl.TaxationPackageImpl#getType_of_Rate() - * @generated - */ - int TYPE_OF_RATE = 66; + int TOWN = 64; /** * The meta object id for the '{@link Taxation.CE_Type CE Type}' enum. @@ -5587,7 +5261,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getCE_Type() * @generated */ - int CE_TYPE = 67; + int CE_TYPE = 65; /** * The meta object id for the '{@link Taxation.Expense_Purpose Expense Purpose}' enum. @@ -5597,7 +5271,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getExpense_Purpose() * @generated */ - int EXPENSE_PURPOSE = 68; + int EXPENSE_PURPOSE = 66; /** * The meta object id for the '{@link Taxation.Dependent_Type Dependent Type}' enum. @@ -5607,7 +5281,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getDependent_Type() * @generated */ - int DEPENDENT_TYPE = 69; + int DEPENDENT_TYPE = 67; /** * The meta object id for the '{@link Taxation.Separation_Causes Separation Causes}' enum. @@ -5617,7 +5291,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getSeparation_Causes() * @generated */ - int SEPARATION_CAUSES = 70; + int SEPARATION_CAUSES = 68; /** * The meta object id for the '{@link Taxation.Category_of_Permanent_Expense Category of Permanent Expense}' enum. @@ -5627,7 +5301,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getCategory_of_Permanent_Expense() * @generated */ - int CATEGORY_OF_PERMANENT_EXPENSE = 71; + int CATEGORY_OF_PERMANENT_EXPENSE = 69; /** * The meta object id for the '{@link Taxation.Category_of_Health_and_Pension_Insurances Category of Health and Pension Insurances}' enum. @@ -5637,7 +5311,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getCategory_of_Health_and_Pension_Insurances() * @generated */ - int CATEGORY_OF_HEALTH_AND_PENSION_INSURANCES = 72; + int CATEGORY_OF_HEALTH_AND_PENSION_INSURANCES = 70; /** * The meta object id for the '{@link Taxation.Category_of_Private_Insurance_and_Plan Category of Private Insurance and Plan}' enum. @@ -5647,7 +5321,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getCategory_of_Private_Insurance_and_Plan() * @generated */ - int CATEGORY_OF_PRIVATE_INSURANCE_AND_PLAN = 73; + int CATEGORY_OF_PRIVATE_INSURANCE_AND_PLAN = 71; /** * The meta object id for the '{@link Taxation.Legal_Union_Types Legal Union Types}' enum. @@ -5657,7 +5331,7 @@ public interface TaxationPackage extends EPackage { * @see Taxation.impl.TaxationPackageImpl#getLegal_Union_Types() * @generated */ - int LEGAL_UNION_TYPES = 74; + int LEGAL_UNION_TYPES = 72; /** @@ -6053,17 +5727,6 @@ public interface TaxationPackage extends EPackage { */ EReference getTax_Payer_From_law(); - /** - * Returns the meta object for the attribute '{@link Taxation.Tax_Payer#getTaxesDue Taxes Due}'. - * - * - * @return the meta object for the attribute 'Taxes Due'. - * @see Taxation.Tax_Payer#getTaxesDue() - * @see #getTax_Payer() - * @generated - */ - EAttribute getTax_Payer_TaxesDue(); - /** * Returns the meta object for class '{@link Taxation.Physical_Person Physical Person}'. * @@ -6074,17 +5737,6 @@ public interface TaxationPackage extends EPackage { */ EClass getPhysical_Person(); - /** - * Returns the meta object for the attribute '{@link Taxation.Physical_Person#isIs_assisting_spouse Is assisting spouse}'. - * - * - * @return the meta object for the attribute 'Is assisting spouse'. - * @see Taxation.Physical_Person#isIs_assisting_spouse() - * @see #getPhysical_Person() - * @generated - */ - EAttribute getPhysical_Person_Is_assisting_spouse(); - /** * Returns the meta object for the attribute '{@link Taxation.Physical_Person#getSSNo SS No}'. * @@ -6140,17 +5792,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getPhysical_Person_Disability_type(); - /** - * Returns the meta object for the attribute '{@link Taxation.Physical_Person#isIs_affiliated_personnaly_to_social_security Is affiliated personnaly to social security}'. - * - * - * @return the meta object for the attribute 'Is affiliated personnaly to social security'. - * @see Taxation.Physical_Person#isIs_affiliated_personnaly_to_social_security() - * @see #getPhysical_Person() - * @generated - */ - EAttribute getPhysical_Person_Is_affiliated_personnaly_to_social_security(); - /** * Returns the meta object for the attribute '{@link Taxation.Physical_Person#getBirth_month Birth month}'. * @@ -6455,17 +6096,6 @@ public interface TaxationPackage extends EPackage { */ EClass getExternal_Allowance(); - /** - * Returns the meta object for the attribute '{@link Taxation.External_Allowance#getAmount Amount}'. - * - * - * @return the meta object for the attribute 'Amount'. - * @see Taxation.External_Allowance#getAmount() - * @see #getExternal_Allowance() - * @generated - */ - EAttribute getExternal_Allowance_Amount(); - /** * Returns the meta object for the attribute '{@link Taxation.External_Allowance#getGrantor Grantor}'. * @@ -6910,17 +6540,6 @@ public interface TaxationPackage extends EPackage { */ EClass getIncome_Type(); - /** - * Returns the meta object for the attribute '{@link Taxation.Income_Type#isSubjectToWithholdingTax Subject To Withholding Tax}'. - * - * - * @return the meta object for the attribute 'Subject To Withholding Tax'. - * @see Taxation.Income_Type#isSubjectToWithholdingTax() - * @see #getIncome_Type() - * @generated - */ - EAttribute getIncome_Type_SubjectToWithholdingTax(); - /** * Returns the meta object for the attribute '{@link Taxation.Income_Type#getId8 Id8}'. * @@ -6964,17 +6583,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getTax_Card_Card_identifier(); - /** - * Returns the meta object for the attribute '{@link Taxation.Tax_Card#getTax_card_type Tax card type}'. - * - * - * @return the meta object for the attribute 'Tax card type'. - * @see Taxation.Tax_Card#getTax_card_type() - * @see #getTax_Card() - * @generated - */ - EAttribute getTax_Card_Tax_card_type(); - /** * Returns the meta object for the attribute '{@link Taxation.Tax_Card#getTax_office Tax office}'. * @@ -7779,17 +7387,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getFD_Distance_declared_in_january(); - /** - * Returns the meta object for the attribute '{@link Taxation.FD#getCalculated_distance Calculated distance}'. - * - * - * @return the meta object for the attribute 'Calculated distance'. - * @see Taxation.FD#getCalculated_distance() - * @see #getFD() - * @generated - */ - EAttribute getFD_Calculated_distance(); - /** * Returns the meta object for class '{@link Taxation.Professional_Expenses_Deduction Professional Expenses Deduction}'. * @@ -7810,17 +7407,6 @@ public interface TaxationPackage extends EPackage { */ EClass getFO(); - /** - * Returns the meta object for the attribute '{@link Taxation.FO#getRate_type_for_FO Rate type for FO}'. - * - * - * @return the meta object for the attribute 'Rate type for FO'. - * @see Taxation.FO#getRate_type_for_FO() - * @see #getFO() - * @generated - */ - EAttribute getFO_Rate_type_for_FO(); - /** * Returns the meta object for class '{@link Taxation.DS_for_Permanent_Expense DS for Permanent Expense}'. * @@ -7926,39 +7512,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getDS_for_Private_Insurance_and_Plan_Private_insurance_and_plan_category(); - /** - * Returns the meta object for the attribute '{@link Taxation.DS_for_Private_Insurance_and_Plan#getIncrease_for_life_insurance Increase for life insurance}'. - * - * - * @return the meta object for the attribute 'Increase for life insurance'. - * @see Taxation.DS_for_Private_Insurance_and_Plan#getIncrease_for_life_insurance() - * @see #getDS_for_Private_Insurance_and_Plan() - * @generated - */ - EAttribute getDS_for_Private_Insurance_and_Plan_Increase_for_life_insurance(); - - /** - * Returns the meta object for the attribute '{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_private_insurance Maximum deductible amount for private insurance}'. - * - * - * @return the meta object for the attribute 'Maximum deductible amount for private insurance'. - * @see Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_private_insurance() - * @see #getDS_for_Private_Insurance_and_Plan() - * @generated - */ - EAttribute getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_private_insurance(); - - /** - * Returns the meta object for the attribute '{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_old_age_pension_plan Maximum deductible amount for old age pension plan}'. - * - * - * @return the meta object for the attribute 'Maximum deductible amount for old age pension plan'. - * @see Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_old_age_pension_plan() - * @see #getDS_for_Private_Insurance_and_Plan() - * @generated - */ - EAttribute getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_old_age_pension_plan(); - /** * Returns the meta object for class '{@link Taxation.DS_for_Loss_Carryforward DS for Loss Carryforward}'. * @@ -8000,17 +7553,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getPermanent_Expense_Category(); - /** - * Returns the meta object for the attribute '{@link Taxation.Permanent_Expense#isIs_eligible_for_deduction Is eligible for deduction}'. - * - * - * @return the meta object for the attribute 'Is eligible for deduction'. - * @see Taxation.Permanent_Expense#isIs_eligible_for_deduction() - * @see #getPermanent_Expense() - * @generated - */ - EAttribute getPermanent_Expense_Is_eligible_for_deduction(); - /** * Returns the meta object for class '{@link Taxation.Special_Expense_DS Special Expense DS}'. * @@ -8063,17 +7605,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getPrivate_Insurance_and_Plan_Duration_of_contract(); - /** - * Returns the meta object for the attribute '{@link Taxation.Private_Insurance_and_Plan#isIs_private_insurance_and_plan_eligible_for_deduction Is private insurance and plan eligible for deduction}'. - * - * - * @return the meta object for the attribute 'Is private insurance and plan eligible for deduction'. - * @see Taxation.Private_Insurance_and_Plan#isIs_private_insurance_and_plan_eligible_for_deduction() - * @see #getPrivate_Insurance_and_Plan() - * @generated - */ - EAttribute getPrivate_Insurance_and_Plan_Is_private_insurance_and_plan_eligible_for_deduction(); - /** * Returns the meta object for class '{@link Taxation.Health_and_Pension_Insurance Health and Pension Insurance}'. * @@ -8127,17 +7658,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute getDonation_Beneficiary1(); - /** - * Returns the meta object for the attribute '{@link Taxation.Donation#isIs_beneficiary_eligible Is beneficiary eligible}'. - * - * - * @return the meta object for the attribute 'Is beneficiary eligible'. - * @see Taxation.Donation#isIs_beneficiary_eligible() - * @see #getDonation() - * @generated - */ - EAttribute getDonation_Is_beneficiary_eligible(); - /** * Returns the meta object for the attribute '{@link Taxation.Donation#isIs_donation_reported Is donation reported}'. * @@ -8159,50 +7679,6 @@ public interface TaxationPackage extends EPackage { */ EClass getLoss_Carryforward(); - /** - * Returns the meta object for the attribute '{@link Taxation.Loss_Carryforward#isRegular_accountability Regular accountability}'. - * - * - * @return the meta object for the attribute 'Regular accountability'. - * @see Taxation.Loss_Carryforward#isRegular_accountability() - * @see #getLoss_Carryforward() - * @generated - */ - EAttribute getLoss_Carryforward_Regular_accountability(); - - /** - * Returns the meta object for the attribute '{@link Taxation.Loss_Carryforward#isCompensation_by_other_means Compensation by other means}'. - * - * - * @return the meta object for the attribute 'Compensation by other means'. - * @see Taxation.Loss_Carryforward#isCompensation_by_other_means() - * @see #getLoss_Carryforward() - * @generated - */ - EAttribute getLoss_Carryforward_Compensation_by_other_means(); - - /** - * Returns the meta object for the attribute '{@link Taxation.Loss_Carryforward#isTax_payer_has_inherited_business_ownership Tax payer has inherited business ownership}'. - * - * - * @return the meta object for the attribute 'Tax payer has inherited business ownership'. - * @see Taxation.Loss_Carryforward#isTax_payer_has_inherited_business_ownership() - * @see #getLoss_Carryforward() - * @generated - */ - EAttribute getLoss_Carryforward_Tax_payer_has_inherited_business_ownership(); - - /** - * Returns the meta object for the attribute '{@link Taxation.Loss_Carryforward#isTax_payer_has_been_partner_in_business Tax payer has been partner in business}'. - * - * - * @return the meta object for the attribute 'Tax payer has been partner in business'. - * @see Taxation.Loss_Carryforward#isTax_payer_has_been_partner_in_business() - * @see #getLoss_Carryforward() - * @generated - */ - EAttribute getLoss_Carryforward_Tax_payer_has_been_partner_in_business(); - /** * Returns the meta object for class '{@link Taxation.Spousal_Expense_AC Spousal Expense AC}'. * @@ -8305,16 +7781,6 @@ public interface TaxationPackage extends EPackage { */ EEnum getCountry(); - /** - * Returns the meta object for enum '{@link Taxation.Tax_Card_Type Tax Card Type}'. - * - * - * @return the meta object for enum 'Tax Card Type'. - * @see Taxation.Tax_Card_Type - * @generated - */ - EEnum getTax_Card_Type(); - /** * Returns the meta object for enum '{@link Taxation.Tax_Office Tax Office}'. * @@ -8355,16 +7821,6 @@ public interface TaxationPackage extends EPackage { */ EEnum getTown(); - /** - * Returns the meta object for enum '{@link Taxation.Type_of_Rate Type of Rate}'. - * - * - * @return the meta object for enum 'Type of Rate'. - * @see Taxation.Type_of_Rate - * @generated - */ - EEnum getType_of_Rate(); - /** * Returns the meta object for enum '{@link Taxation.CE_Type CE Type}'. * @@ -8762,14 +8218,6 @@ public interface TaxationPackage extends EPackage { */ EReference TAX_PAYER__FROM_LAW = eINSTANCE.getTax_Payer_From_law(); - /** - * The meta object literal for the 'Taxes Due' attribute feature. - * - * - * @generated - */ - EAttribute TAX_PAYER__TAXES_DUE = eINSTANCE.getTax_Payer_TaxesDue(); - /** * The meta object literal for the '{@link Taxation.impl.Physical_PersonImpl Physical Person}' class. * @@ -8780,14 +8228,6 @@ public interface TaxationPackage extends EPackage { */ EClass PHYSICAL_PERSON = eINSTANCE.getPhysical_Person(); - /** - * The meta object literal for the 'Is assisting spouse' attribute feature. - * - * - * @generated - */ - EAttribute PHYSICAL_PERSON__IS_ASSISTING_SPOUSE = eINSTANCE.getPhysical_Person_Is_assisting_spouse(); - /** * The meta object literal for the 'SS No' attribute feature. * @@ -8828,14 +8268,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute PHYSICAL_PERSON__DISABILITY_TYPE = eINSTANCE.getPhysical_Person_Disability_type(); - /** - * The meta object literal for the 'Is affiliated personnaly to social security' attribute feature. - * - * - * @generated - */ - EAttribute PHYSICAL_PERSON__IS_AFFILIATED_PERSONNALY_TO_SOCIAL_SECURITY = eINSTANCE.getPhysical_Person_Is_affiliated_personnaly_to_social_security(); - /** * The meta object literal for the 'Birth month' attribute feature. * @@ -9068,14 +8500,6 @@ public interface TaxationPackage extends EPackage { */ EClass EXTERNAL_ALLOWANCE = eINSTANCE.getExternal_Allowance(); - /** - * The meta object literal for the 'Amount' attribute feature. - * - * - * @generated - */ - EAttribute EXTERNAL_ALLOWANCE__AMOUNT = eINSTANCE.getExternal_Allowance_Amount(); - /** * The meta object literal for the 'Grantor' attribute feature. * @@ -9418,14 +8842,6 @@ public interface TaxationPackage extends EPackage { */ EClass INCOME_TYPE = eINSTANCE.getIncome_Type(); - /** - * The meta object literal for the 'Subject To Withholding Tax' attribute feature. - * - * - * @generated - */ - EAttribute INCOME_TYPE__SUBJECT_TO_WITHHOLDING_TAX = eINSTANCE.getIncome_Type_SubjectToWithholdingTax(); - /** * The meta object literal for the 'Id8' attribute feature. * @@ -9460,14 +8876,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute TAX_CARD__CARD_IDENTIFIER = eINSTANCE.getTax_Card_Card_identifier(); - /** - * The meta object literal for the 'Tax card type' attribute feature. - * - * - * @generated - */ - EAttribute TAX_CARD__TAX_CARD_TYPE = eINSTANCE.getTax_Card_Tax_card_type(); - /** * The meta object literal for the 'Tax office' attribute feature. * @@ -10110,14 +9518,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute FD__DISTANCE_DECLARED_IN_JANUARY = eINSTANCE.getFD_Distance_declared_in_january(); - /** - * The meta object literal for the 'Calculated distance' attribute feature. - * - * - * @generated - */ - EAttribute FD__CALCULATED_DISTANCE = eINSTANCE.getFD_Calculated_distance(); - /** * The meta object literal for the '{@link Taxation.impl.Professional_Expenses_DeductionImpl Professional Expenses Deduction}' class. * @@ -10138,14 +9538,6 @@ public interface TaxationPackage extends EPackage { */ EClass FO = eINSTANCE.getFO(); - /** - * The meta object literal for the 'Rate type for FO' attribute feature. - * - * - * @generated - */ - EAttribute FO__RATE_TYPE_FOR_FO = eINSTANCE.getFO_Rate_type_for_FO(); - /** * The meta object literal for the '{@link Taxation.impl.DS_for_Permanent_ExpenseImpl DS for Permanent Expense}' class. * @@ -10236,30 +9628,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute DS_FOR_PRIVATE_INSURANCE_AND_PLAN__PRIVATE_INSURANCE_AND_PLAN_CATEGORY = eINSTANCE.getDS_for_Private_Insurance_and_Plan_Private_insurance_and_plan_category(); - /** - * The meta object literal for the 'Increase for life insurance' attribute feature. - * - * - * @generated - */ - EAttribute DS_FOR_PRIVATE_INSURANCE_AND_PLAN__INCREASE_FOR_LIFE_INSURANCE = eINSTANCE.getDS_for_Private_Insurance_and_Plan_Increase_for_life_insurance(); - - /** - * The meta object literal for the 'Maximum deductible amount for private insurance' attribute feature. - * - * - * @generated - */ - EAttribute DS_FOR_PRIVATE_INSURANCE_AND_PLAN__MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_PRIVATE_INSURANCE = eINSTANCE.getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_private_insurance(); - - /** - * The meta object literal for the 'Maximum deductible amount for old age pension plan' attribute feature. - * - * - * @generated - */ - EAttribute DS_FOR_PRIVATE_INSURANCE_AND_PLAN__MAXIMUM_DEDUCTIBLE_AMOUNT_FOR_OLD_AGE_PENSION_PLAN = eINSTANCE.getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_old_age_pension_plan(); - /** * The meta object literal for the '{@link Taxation.impl.DS_for_Loss_CarryforwardImpl DS for Loss Carryforward}' class. * @@ -10298,14 +9666,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute PERMANENT_EXPENSE__CATEGORY = eINSTANCE.getPermanent_Expense_Category(); - /** - * The meta object literal for the 'Is eligible for deduction' attribute feature. - * - * - * @generated - */ - EAttribute PERMANENT_EXPENSE__IS_ELIGIBLE_FOR_DEDUCTION = eINSTANCE.getPermanent_Expense_Is_eligible_for_deduction(); - /** * The meta object literal for the '{@link Taxation.impl.Special_Expense_DSImpl Special Expense DS}' class. * @@ -10352,14 +9712,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute PRIVATE_INSURANCE_AND_PLAN__DURATION_OF_CONTRACT = eINSTANCE.getPrivate_Insurance_and_Plan_Duration_of_contract(); - /** - * The meta object literal for the 'Is private insurance and plan eligible for deduction' attribute feature. - * - * - * @generated - */ - EAttribute PRIVATE_INSURANCE_AND_PLAN__IS_PRIVATE_INSURANCE_AND_PLAN_ELIGIBLE_FOR_DEDUCTION = eINSTANCE.getPrivate_Insurance_and_Plan_Is_private_insurance_and_plan_eligible_for_deduction(); - /** * The meta object literal for the '{@link Taxation.impl.Health_and_Pension_InsuranceImpl Health and Pension Insurance}' class. * @@ -10404,14 +9756,6 @@ public interface TaxationPackage extends EPackage { */ EAttribute DONATION__BENEFICIARY1 = eINSTANCE.getDonation_Beneficiary1(); - /** - * The meta object literal for the 'Is beneficiary eligible' attribute feature. - * - * - * @generated - */ - EAttribute DONATION__IS_BENEFICIARY_ELIGIBLE = eINSTANCE.getDonation_Is_beneficiary_eligible(); - /** * The meta object literal for the 'Is donation reported' attribute feature. * @@ -10430,38 +9774,6 @@ public interface TaxationPackage extends EPackage { */ EClass LOSS_CARRYFORWARD = eINSTANCE.getLoss_Carryforward(); - /** - * The meta object literal for the 'Regular accountability' attribute feature. - * - * - * @generated - */ - EAttribute LOSS_CARRYFORWARD__REGULAR_ACCOUNTABILITY = eINSTANCE.getLoss_Carryforward_Regular_accountability(); - - /** - * The meta object literal for the 'Compensation by other means' attribute feature. - * - * - * @generated - */ - EAttribute LOSS_CARRYFORWARD__COMPENSATION_BY_OTHER_MEANS = eINSTANCE.getLoss_Carryforward_Compensation_by_other_means(); - - /** - * The meta object literal for the 'Tax payer has inherited business ownership' attribute feature. - * - * - * @generated - */ - EAttribute LOSS_CARRYFORWARD__TAX_PAYER_HAS_INHERITED_BUSINESS_OWNERSHIP = eINSTANCE.getLoss_Carryforward_Tax_payer_has_inherited_business_ownership(); - - /** - * The meta object literal for the 'Tax payer has been partner in business' attribute feature. - * - * - * @generated - */ - EAttribute LOSS_CARRYFORWARD__TAX_PAYER_HAS_BEEN_PARTNER_IN_BUSINESS = eINSTANCE.getLoss_Carryforward_Tax_payer_has_been_partner_in_business(); - /** * The meta object literal for the '{@link Taxation.impl.Spousal_Expense_ACImpl Spousal Expense AC}' class. * @@ -10558,16 +9870,6 @@ public interface TaxationPackage extends EPackage { */ EEnum COUNTRY = eINSTANCE.getCountry(); - /** - * The meta object literal for the '{@link Taxation.Tax_Card_Type Tax Card Type}' enum. - * - * - * @see Taxation.Tax_Card_Type - * @see Taxation.impl.TaxationPackageImpl#getTax_Card_Type() - * @generated - */ - EEnum TAX_CARD_TYPE = eINSTANCE.getTax_Card_Type(); - /** * The meta object literal for the '{@link Taxation.Tax_Office Tax Office}' enum. * @@ -10608,16 +9910,6 @@ public interface TaxationPackage extends EPackage { */ EEnum TOWN = eINSTANCE.getTown(); - /** - * The meta object literal for the '{@link Taxation.Type_of_Rate Type of Rate}' enum. - * - * - * @see Taxation.Type_of_Rate - * @see Taxation.impl.TaxationPackageImpl#getType_of_Rate() - * @generated - */ - EEnum TYPE_OF_RATE = eINSTANCE.getType_of_Rate(); - /** * The meta object literal for the '{@link Taxation.CE_Type CE Type}' enum. * -- cgit v1.2.3-70-g09d2