/** */ package TaxationWithRoot.impl; import TaxationWithRoot.Special_Expense_DS; import TaxationWithRoot.TaxationPackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'Special Expense DS'. * * * @generated */ public class Special_Expense_DSImpl extends ExpenseImpl implements Special_Expense_DS { /** * * * @generated */ protected Special_Expense_DSImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return TaxationPackage.Literals.SPECIAL_EXPENSE_DS; } } //Special_Expense_DSImpl