Project

General

Profile

« Previous | Next » 

Revision d825b848

Added by Andreas Müller about 5 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/ITypeDesignation.java
18 18
public interface ITypeDesignation {
19 19

  
20 20

  
21
	/**
22
	 * Returns the boolean value indicating whether <i>this</i> type
23
	 * designation has a "lectotype" status (true) or not (false).<BR>
24
	 * A lectotype is a type designated as the
25
	 * nomenclatural type, when no holotype was indicated at the time of
26
	 * publication of the "type-bringing" {@link TaxonName taxon name}, when the
27
	 * holotype is found to belong to more than one taxon name,
28
	 * or as long as it is missing.
29
	 *
30
	 * @see  SpecimenTypeDesignationStatus#isLectotype()
31
	 * @see  SpecimenTypeDesignationStatus#HOLOTYPE()
32
	 * @see  NameTypeDesignationStatus#isLectotype()
33
	 */
34

  
35
	public boolean isLectoType();
21
    /**
22
     * Returns the boolean value indicating whether <i>this</i> type
23
     * designation has a "lectotype" status (true) or not (false).<BR>
24
     * A lectotype is a type designated as the
25
     * nomenclatural type, when no holotype was indicated at the time of
26
     * publication of the "type-bringing" {@link TaxonName taxon name}, when the
27
     * holotype is found to belong to more than one taxon name,
28
     * or as long as it is missing.
29
     *
30
     * @see  SpecimenTypeDesignationStatus#isLectotype()
31
     * @see  SpecimenTypeDesignationStatus#HOLOTYPE()
32
     * @see  NameTypeDesignationStatus#isLectotype()
33
     */
34

  
35
    public boolean isLectoType();
36 36

  
37 37
//	/**
38 38
//	 * Returns the {@link HomotypicalGroup homotypical group} that is typified

Also available in: Unified diff