source: src/main/java/it/finki/tinki/model/enumerator/WorkType.java@ 723994f

Last change on this file since 723994f was 723994f, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

refactoring and further login functionality

  • Property mode set to 100644
File size: 104 bytes
Line 
1package it.finki.tinki.model.enumerator;
2
3public enum WorkType {
4 JOB,
5 INTERNSHIP,
6 PROJECT
7}
Note: See TracBrowser for help on using the repository browser.