Uses of Enum Class
humanresources.EmployeeCategory
-
Uses of EmployeeCategory in humanresources
Methods in humanresources that return EmployeeCategoryModifier and TypeMethodDescriptionEmployee.getCategory()Método seletor do atributo categorystatic EmployeeCategoryReturns the enum constant of this class with the specified name.static EmployeeCategory[]EmployeeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in humanresources with parameters of type EmployeeCategoryModifier and TypeMethodDescriptionintCompany.totalEmployeesInCategory(EmployeeCategory category) Devolve o número total de empregados de uma dada categoriaConstructors in humanresources with parameters of type EmployeeCategoryModifierConstructorDescriptionEmployee(String name, int code, Date entryDate, EmployeeCategory category, Values values) Construtor da classe Employee