Project

General

Profile

Download (678 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2017 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.model.name;
10

    
11
/**
12
 *
13
 * TaxonName interface for plants, fungi and algae.
14
 *
15
 * Note: fungi do have there own subinterface (handling isAnamorphic)
16
 *
17
 * <P>
18
 * This class corresponds to: NameBotanical according to the ABCD schema.
19
 *
20
 * @author a.mueller
21
 \* @since 26.01.2017
22
 *
23
 */
24
public interface IBotanicalName extends INonViralName {
25

    
26
//    no specific attributes for botanical names
27

    
28
}
(7-7/36)