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 EmployeeCategory
Returns 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 TypeMethodDescriptionint
Company.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