/** * (c) 2011, Alejandro Serrano * Released under the terms of the EPL. */ package net.sf.eclipsefp.haskell.browser; /** * Enumeration used for the "set-current-db" command in scion-browser. * * @author Alejandro Serrano */ public enum DatabaseType { ALL, HACKAGE, LOCAL, PACKAGE; }