/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package cz.cvut.fel.restauracefel.library.Enums; /** * * @author Lukáš Viezán */ public enum EnumLoginResult { LoginSuccesful, WrongLoginData, NotManager, ConnectionFail, ConfigFileNotFound, ScantRights }