/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.jtotus.database; /** * * @author house */ public enum EnumFetcherCall { fetchClosingPrice, fetchAveragePrice }