/** * <copyright> * </copyright> * * $Id: Industry.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>Industry</b></em>'. * <!-- end-user-doc --> * * * @see configuration.businessconfiguration.BusinessconfigurationPackage#getIndustry() * @model * @generated */ public interface Industry extends ScopingContext { } // Industry