1 package cz
.cvut
.promod
.services
.projectService
.results
;
4 * ProMod, master thesis project
5 * User: Petr Zverina, petr.zverina@gmail.com
6 * Date: 13:05:20, 6.2.2010
10 * Represents the result of adding project item.
12 public enum AddProjectItemStatus
{
15 * No error has occurred.
20 * There is already name colliding project item.
25 * The project item is invalid, e.g. nullary.
30 * Not valid parent for the project item.
35 * Not valid notation for the project item.
40 * Invalid project item data, e.g. nullary.