Project

General

Profile

« Previous | Next » 

Revision ed45cad2

Added by Andreas Müller almost 7 years ago

ref #6369 cleanup botanical name interface

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/IBotanicalName.java
11 11
/**
12 12
 *
13 13
 * TaxonName interface for plants, fungi and algae.
14
 *
15
 * Note: fungi do have there own subinterface (handling isAnamorphic)
16
 *
14 17
 * <P>
15 18
 * This class corresponds to: NameBotanical according to the ABCD schema.
16 19
 *
......
20 23
 */
21 24
public interface IBotanicalName extends INonViralName {
22 25

  
23
//    /**
24
//     * Returns the boolean value of the flag indicating whether the specimen
25
//     * type of <i>this</i> botanical taxon name for a fungus is asexual (true) or not
26
//     * (false). This applies only in case of fungi. The Article 59 of the ICBN
27
//     * permits mycologists to give asexually reproducing fungi (anamorphs)
28
//     * separate names from their sexual states (teleomorphs).
29
//     *
30
//     * @return  the boolean value of the isAnamorphic flag
31
//     */
32
//    public boolean isAnamorphic();
33
//
34
//    /**
35
//     * @see  #isAnamorphic()
36
//     */
37
//    public void setAnamorphic(boolean anamorphic);
26
//    no specific attributes for botanical names
27

  
38 28
}

Also available in: Unified diff