/** * <copyright> * </copyright> * * */ package robot.resource.robot; public enum RobotEProblemSeverity { WARNING, ERROR; }