Uses of Class
de.xima.fc.mdl.enums.EModule
- 
Packages that use EModule Package Description de.xima.fc.gui.bean.application de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
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.mdl.enums
Methods in de.xima.fc.mdl.enums that return EModule Modifier and Type Method Description static EModuleEModule. getByName(String name)static EModuleEModule. valueOf(String name)Returns the enum constant of this type with the specified name.static EModule[]EModule. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -