/** */ package Taxation.impl; import Taxation.FO; import Taxation.TaxationPackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'FO'. * * * @generated */ public class FOImpl extends Professional_Expenses_DeductionImpl implements FO { /** * * * @generated */ protected FOImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return TaxationPackage.Literals.FO; } } //FOImpl