Uses of Class
de.xima.fc.mdl.enums.EModule
-
Packages that use EModule Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.gui.bean.user de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EModule in de.xima.fc.entities
Methods in de.xima.fc.entities with parameters of type EModule Modifier and Type Method Description booleanRolle. addModule(EModule module)Deprecated.booleanRolle. removeModule(EModule module)Deprecated. -
Uses of EModule in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EModule Modifier and Type Method Description EModuleEnumBean. getByModuleName(String modulName) -
Uses of EModule in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type EModule Modifier and Type Method Description Set<EModule>UserRoleBean. getModulesOptions() -
Uses of EModule in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EModule Modifier and Type Method Description static EModuleEModule. getByName(String name)Deprecated.static EModuleEModule. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EModule[]EModule. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-