/** * 2014 Urs Zeidler */ package de.urszeidler.eclipse.shr5; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Percent Lifestyle Option</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * The werValue ist interpreted as percent value so the wert is wertContainer * wertValue/100. * <!-- end-model-doc --> * * * @see de.urszeidler.eclipse.shr5.Shr5Package#getPercentLifestyleOption() * @model * @generated */ public interface PercentLifestyleOption extends LifestyleOption { } // PercentLifestyleOption