Uses of Enum Class
humanresources.EmployeeCategory
-
Uses of EmployeeCategory in humanresources
Modifier 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.Modifier and TypeMethodDescriptionint
Company.totalEmployeesInCategory
(EmployeeCategory category) Devolve o número total de empregados de uma dada categoriaModifierConstructorDescriptionEmployee
(String name, int code, Date entryDate, EmployeeCategory category, Values values) Construtor da classe Employee