package org.springframework.roo.addon.web.mvc.views.components; /** * This enumerate represent all possible field types that can be * displayed on generated views. * * @author Juan Carlos GarcĂ­a * @since 2.0 */ public enum FieldTypes { TEXT, NUMBER, BOOLEAN, DATE, ENUM, REFERENCE, LIST; }