package org.fastcatsearch.db; public class TestVO { public static enum Type { NOUN, VERB }; public int id; public String word; public Type type; }