/** */ package TaxationWithRoot.impl; import TaxationWithRoot.Foreign_Income; import TaxationWithRoot.TaxationPackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'Foreign Income'. * * * @generated */ public class Foreign_IncomeImpl extends IncomeImpl implements Foreign_Income { /** * * * @generated */ protected Foreign_IncomeImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return TaxationPackage.Literals.FOREIGN_INCOME; } } //Foreign_IncomeImpl