Uses of Enum Class
pinkGuards.Departamento
Packages that use Departamento
-
Uses of Departamento in pinkGuards
Subclasses with type arguments of type Departamento in pinkGuardsModifier and TypeClassDescriptionenumEnumerado que representa los departamentos asignados a los Workers de los Pink Guards.Methods in pinkGuards that return DepartamentoModifier and TypeMethodDescriptionWorker.getDepartamento()Obtiene el departamento al que pertenece el Worker.static DepartamentoReturns the enum constant of this class with the specified name.static Departamento[]Departamento.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pinkGuards with parameters of type DepartamentoModifier and TypeMethodDescriptionvoidWorker.setDepartamento(Departamento departamento) Establece el departamento del Worker.Constructors in pinkGuards with parameters of type DepartamentoModifierConstructorDescriptionWorker(int id, String nombre, Departamento departamento, PinkGuard supervisor) Crea un nuevo Worker.