Uses of Class
de.xima.fc.mdl.enums.ERollenTyp
- 
Packages that use ERollenTyp Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.testhelper de.xima.fc.utils Package für Utilsklassen - 
- 
Uses of ERollenTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return ERollenTyp Modifier and Type Method Description ERollenTypRolle. getRollenTyp()Methods in de.xima.fc.entities with parameters of type ERollenTyp Modifier and Type Method Description voidRolle. setRollenTyp(ERollenTyp rollenTyp) - 
Uses of ERollenTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ERollenTyp Modifier and Type Method Description ERollenTypERollen. getTyp()static ERollenTypERollenTyp. valueOf(String name)Returns the enum constant of this type with the specified name.static ERollenTyp[]ERollenTyp. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of ERollenTyp in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type ERollenTyp Modifier and Type Method Description static RolleEntityDummyFactory. dummyRole(String name, ERollenTyp type, Mandant client) - 
Uses of ERollenTyp in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type ERollenTyp Modifier and Type Method Description static StringUserMgmtUtils. dfltBgNameFor(ERollenTyp rolle, Locale locale)Deprecated.Is handled inIClientCreateData 
 -