Download this file

EmploymentStatus.java    9 lines (6 with data), 118 Bytes

1
2
3
4
5
6
7
8
package eu.alfred.personalization_manager.model;
public enum EmploymentStatus {
EMPLOYED,
RETIRED,
UNEMPLOYED,
}