Uses of Class
eu.getmangos.dto.SecurityLevel
| Package | Description |
|---|---|
| eu.getmangos.dto | |
| eu.getmangos.mapper |
-
Uses of SecurityLevel in eu.getmangos.dto
Methods in eu.getmangos.dto that return SecurityLevel Modifier and Type Method Description static SecurityLevelSecurityLevel. convert(int level)static SecurityLevelSecurityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityLevel[]SecurityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityLevel in eu.getmangos.mapper
Methods in eu.getmangos.mapper that return SecurityLevel Modifier and Type Method Description default SecurityLevelAccountMapper. mapSecLevel(int level)Methods in eu.getmangos.mapper with parameters of type SecurityLevel Modifier and Type Method Description default shortAccountMapper. mapSecLevelPrim(SecurityLevel level)