Project

General

Profile

Download (211 Bytes) Statistics
| Branch: | Tag: | Revision:
1 6b626831 Katja Luther
package eu.etaxonomy.taxeditor.editor;
2
3
import eu.etaxonomy.cdm.model.taxon.Taxon;
4
5
6
public interface ITaxonEditor {
7
	/**
8
	 * 
9
	 * @return the @Taxon of the editor
10
	 * 
11
	 */
12
	public abstract Taxon getTaxon();
13
}