source: src/main/java/mk/ukim/finki/busngo/model/enums/VOZENJE_STATUS.java@ 24c39f9

Last change on this file since 24c39f9 was 24c39f9, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

initial classes, no inheritance yet

  • Property mode set to 100644
File size: 99 bytes
Line 
1package mk.ukim.finki.busngo.model.enums;
2
3public enum VOZENJE_STATUS {
4 ACTIVE,
5 FINISHED
6}
Note: See TracBrowser for help on using the repository browser.