Uses of Class
adalid.core.enums.RoleType
-
Packages that use RoleType Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of RoleType in adalid.core
Methods in adalid.core that return RoleType Modifier and Type Method Description RoleType[]Project. getModuleRoleTypes() -
Uses of RoleType in adalid.core.annotations
Methods in adalid.core.annotations that return RoleType Modifier and Type Method Description RoleType[]roleTypes()roleTypes especifica los tipos de rol que se deben generar para el módulo. -
Uses of RoleType in adalid.core.enums
Methods in adalid.core.enums that return RoleType Modifier and Type Method Description static RoleTypeRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleType[]RoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-