Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active March 24, 2025 18:41
Show Gist options
  • Save trikitrok/ba3eb0803df6a92031ebdb5c57351b95 to your computer and use it in GitHub Desktop.
Save trikitrok/ba3eb0803df6a92031ebdb5c57351b95 to your computer and use it in GitHub Desktop.
// :(
public static final int WORKER_EMPLOYEE_TYPE = 0;
public static final int SUPERVISOR_EMPLOYEE_TYPE = 1;
public static final int MANAGER_EMPLOYEE_TYPE = 2;
////////////////////////////////////////777
// :)
public enum EmployeeType {
Worker,
Supervisor,
Manager
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment