/** * <copyright> * </copyright> * * $Id$ */ package es.tid.cim; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Scoped Setting Data</b></em>'. * <!-- end-user-doc --> * * * @see es.tid.cim.CimPackage#getScopedSettingData() * @model abstract="true" * @generated */ public interface ScopedSettingData extends SettingData { } // ScopedSettingData