/** * <copyright> * </copyright> * * $Id: Country.java,v 1.2 2011/03/05 21:37:36 auhl Exp $ */ package configuration.businessconfiguration; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Country</b></em>'. * <!-- end-user-doc --> * * * @see configuration.businessconfiguration.BusinessconfigurationPackage#getCountry() * @model * @generated */ public interface Country extends ScopingContext { } // Country