/** */ package de.urszeidler.eclipse.shr5; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Panzerung</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link de.urszeidler.eclipse.shr5.Panzerung#getPanzer <em>Panzer</em>}</li> * </ul> * </p> * * @see de.urszeidler.eclipse.shr5.Shr5Package#getPanzerung() * @model interface="true" abstract="true" * @generated */ public interface Panzerung extends EObject { /** * Returns the value of the '<em><b>Panzer</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Panzer</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Panzer</em>' attribute. * @see de.urszeidler.eclipse.shr5.Shr5Package#getPanzerung_Panzer() * @model transient="true" changeable="false" volatile="true" * @generated */ int getPanzer(); } // Panzerung