/** * 2014 Urs Zeidler */ package de.urszeidler.eclipse.shr5; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Modifikator Attribute</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Modificator attributes are used to define additional aspects. * <!-- end-model-doc --> * * * @see de.urszeidler.eclipse.shr5.Shr5Package#getModifikatorAttribute() * @model interface="true" abstract="true" * @generated */ public interface ModifikatorAttribute extends EObject { } // ModifikatorAttribute