source: src/main/java/it/finki/tinki/model/enumerator/AccountType.java@ e6ff724

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

initial commit

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