From 95293e1e822d3df6d64540721ba386912c2733b4 Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Sun, 17 May 2020 01:55:56 -0400 Subject: Adjust Taxation model. --- .../DS_for_Private_Insurance_and_Plan.java | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Private_Insurance_and_Plan.java (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Private_Insurance_and_Plan.java') diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Private_Insurance_and_Plan.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Private_Insurance_and_Plan.java deleted file mode 100644 index 73258f14..00000000 --- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Private_Insurance_and_Plan.java +++ /dev/null @@ -1,48 +0,0 @@ -/** - */ -package TaxationWithRoot; - - -/** - * - * A representation of the model object 'DS for Private Insurance and Plan'. - * - * - *

- * The following features are supported: - *

- * - * - * @see TaxationWithRoot.TaxationPackage#getDS_for_Private_Insurance_and_Plan() - * @model - * @generated - */ -public interface DS_for_Private_Insurance_and_Plan extends DS { - /** - * Returns the value of the 'Private insurance and plan category' attribute. - * The literals are from the enumeration {@link TaxationWithRoot.Category_of_Private_Insurance_and_Plan}. - * - * - * @return the value of the 'Private insurance and plan category' attribute. - * @see TaxationWithRoot.Category_of_Private_Insurance_and_Plan - * @see #setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan) - * @see TaxationWithRoot.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Private_insurance_and_plan_category() - * @model required="true" - * @generated - */ - Category_of_Private_Insurance_and_Plan getPrivate_insurance_and_plan_category(); - - /** - * Sets the value of the '{@link TaxationWithRoot.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category Private insurance and plan category}' attribute. - * - * - * @param value the new value of the 'Private insurance and plan category' attribute. - * @see TaxationWithRoot.Category_of_Private_Insurance_and_Plan - * @see #getPrivate_insurance_and_plan_category() - * @generated - */ - void setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan value); - -} // DS_for_Private_Insurance_and_Plan -- cgit v1.2.3-54-g00ecf