Project

General

Profile

« Previous | Next » 

Revision 9dc896c9

Added by Andreas Müller almost 7 years ago

fix #6368 rename table and class TaxonNameBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TermType.java
38 38
import eu.etaxonomy.cdm.model.name.NameTypeDesignation;
39 39
import eu.etaxonomy.cdm.model.name.NomenclaturalStatus;
40 40
import eu.etaxonomy.cdm.model.name.SpecimenTypeDesignation;
41
import eu.etaxonomy.cdm.model.name.TaxonNameBase;
41
import eu.etaxonomy.cdm.model.name.TaxonName;
42 42
import eu.etaxonomy.cdm.model.occurrence.DerivationEvent;
43 43
import eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase;
44 44
import eu.etaxonomy.cdm.model.taxon.Synonym;
......
145 145

  
146 146
    //10
147 147
    /**
148
     * Term type for the taxonomic nomenclatural status of a {@link TaxonNameBase taxon name}.
148
     * Term type for the taxonomic nomenclatural status of a {@link TaxonName taxon name}.
149 149
     * @see NomenclaturalStatus
150 150
     */
151 151
    @XmlEnumValue("NomenclaturalStatusType")
......
153 153

  
154 154
    //11
155 155
    /**
156
     * Term type for the type of a name relationship between {@link TaxonNameBase taxon names}
156
     * Term type for the type of a name relationship between {@link TaxonName taxon names}
157 157
     * @see NameRelationship
158 158
     */
159 159
    @XmlEnumValue("NameRelationshipType")
......
161 161

  
162 162
    //12
163 163
    /**
164
     * Term type for the type of a hybrid relationship between {@link TaxonNameBase taxon names}
164
     * Term type for the type of a hybrid relationship between {@link TaxonName taxon names}
165 165
     * @see HybridRelationship
166 166
     */
167 167
    @XmlEnumValue("HybridRelationshipType")

Also available in: Unified diff