/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package kr.co.kihyun.beans.entity.ecross; /** * * @author bhs */ public enum CRUD { C, R, U, D }