/** */ package de.urszeidler.eclipse.shr5; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Koerperliche Attribute</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link de.urszeidler.eclipse.shr5.KoerperlicheAttribute#getKonstitution <em>Konstitution</em>}</li> * <li>{@link de.urszeidler.eclipse.shr5.KoerperlicheAttribute#getGeschicklichkeit <em>Geschicklichkeit</em>}</li> * <li>{@link de.urszeidler.eclipse.shr5.KoerperlicheAttribute#getReaktion <em>Reaktion</em>}</li> * <li>{@link de.urszeidler.eclipse.shr5.KoerperlicheAttribute#getStaerke <em>Staerke</em>}</li> * </ul> * </p> * * @see de.urszeidler.eclipse.shr5.Shr5Package#getKoerperlicheAttribute() * @model interface="true" abstract="true" * @generated */ public interface KoerperlicheAttribute extends ModifikatorAttribute { /** * Returns the value of the '<em><b>Konstitution</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Konstitution</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Konstitution</em>' attribute. * @see de.urszeidler.eclipse.shr5.Shr5Package#getKoerperlicheAttribute_Konstitution() * @model transient="true" changeable="false" volatile="true" * @generated */ int getKonstitution(); /** * Returns the value of the '<em><b>Geschicklichkeit</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Geschicklichkeit</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Geschicklichkeit</em>' attribute. * @see de.urszeidler.eclipse.shr5.Shr5Package#getKoerperlicheAttribute_Geschicklichkeit() * @model transient="true" changeable="false" volatile="true" * @generated */ int getGeschicklichkeit(); /** * Returns the value of the '<em><b>Reaktion</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Reaktion</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Reaktion</em>' attribute. * @see de.urszeidler.eclipse.shr5.Shr5Package#getKoerperlicheAttribute_Reaktion() * @model transient="true" changeable="false" volatile="true" * @generated */ int getReaktion(); /** * Returns the value of the '<em><b>Staerke</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Staerke</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Staerke</em>' attribute. * @see de.urszeidler.eclipse.shr5.Shr5Package#getKoerperlicheAttribute_Staerke() * @model transient="true" changeable="false" volatile="true" * @generated */ int getStaerke(); } // KoerperlicheAttribute