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

main
Last change on this file since dad5bcd was d427a07, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 18 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.