source: Prototype Application/Paw5/src/main/java/finki/paw5/model/enumerations/FreeTime.java@ d427a07

main
Last change on this file since d427a07 was d427a07, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 17 months ago

add models and enums

  • Property mode set to 100644
File size: 95 bytes
Line 
1package finki.paw5.model.enumerations;
2
3public enum FreeTime {
4 LOW,
5 MEDIUM,
6 HIGH
7}
Note: See TracBrowser for help on using the repository browser.