src/main/java/ru/indvdum/mywork/vaadin/EditState.java
author indvdum
Tue, 23 Aug 2011 18:12:31 +0300
changeset 14 1d1d4c94d251
parent 9 6a02cfcc7460
permissions -rw-r--r--
Comments.
     1 package ru.indvdum.mywork.vaadin;
     2 
     3 /**
     4  * @author indvdum
     5  * 23.08.2011 19:11:44
     6  *
     7  */
     8 public enum EditState {
     9 	CREATE,
    10 	EDIT,
    11 }