001 package hirondelle.web4jtools.codegenerator.codes; 002 003 /** List and Fetch operations. */ 004 public enum ShowOperation { 005 List, Fetch 006 }