Revert last commit (taxon node handling is done in taxeditor)
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / TaxaAndNamesSearchMode.java
1 /**
2 * Copyright (C) 2013 EDIT
3 * European Distributed Institute of Taxonomy
4 * http://www.e-taxonomy.eu
5 *
6 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 * See LICENSE.TXT at the top of this package for the full license terms.
8 */
9 package eu.etaxonomy.cdm.api.service;
10
11 /**
12 * @author a.kohlbecker
13 * @date Sep 4, 2013
14 *
15 */
16 public enum TaxaAndNamesSearchMode {
17
18 doTaxa,
19 doSynonyms,
20 doTaxaByCommonNames,
21 doMisappliedNames,
22 }