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