Project

General

Profile

« Previous | Next » 

Revision d7919b1c

Added by Andreas Müller about 7 years ago

ref #6362, ref #6365 remove occurrence of NonViralName, BotanicalName, ZoologicalName and others

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/HybridRelationshipType.java
124 124

  
125 125
	/**
126 126
	 * Returns the "first parent" hybrid relationship type. The elements of the
127
	 * {@link NonViralName non-viral taxon name} used as "first parent" affect the
127
	 * {@link INonViralName non-viral taxon name} used as "first parent" affect the
128 128
	 * taxon name string of the hybrid (see Appendix I of the ICBN).
129 129
	 *
130 130
	 * @see	#SECOND_PARENT()
......
139 139

  
140 140
	/**
141 141
	 * Returns the "second parent" hybrid relationship type. The elements of the
142
	 * {@link NonViralName non-viral taxon name} used as "second parent" affect the
142
	 * {@link INonViralName non-viral taxon name} used as "second parent" affect the
143 143
	 * taxon name string of the hybrid (see Appendix I of the ICBN).
144 144
	 *
145 145
	 * @see	#FIRST_PARENT()
......
152 152

  
153 153
	/**
154 154
	 * Returns the "third parent" hybrid relationship type. The elements of the
155
	 * {@link NonViralName non viral taxon name} used as "third parent" affect the
155
	 * {@link INonViralName non viral taxon name} used as "third parent" affect the
156 156
	 * taxon name string of the hybrid (see Appendix I of the ICBN).
157 157
	 *
158 158
	 * @see	#FIRST_PARENT()
......
163 163

  
164 164
	/**
165 165
	 * Returns the "fourth parent" hybrid relationship type. The elements of the
166
	 * {@link NonViralName non viral taxon name} used as "third parent" affect the
166
	 * {@link INonViralName non viral taxon name} used as "third parent" affect the
167 167
	 * taxon name string of the hybrid (see Appendix I of the ICBN).
168 168
	 *
169 169
	 * @see	#FIRST_PARENT()
......
175 175
	/**
176 176
	 * Returns the "female parent" hybrid relationship type. The taxon the name
177 177
	 * of which plays the female parent role is the genetic mother of the taxon
178
	 * which is the hybrid (and has the hybrid {@link NonViralName non-viral taxon name})<BR>
178
	 * which is the hybrid (and has the hybrid {@link INonViralName non-viral taxon name})<BR>
179 179
	 * For nomenclature purposes a "female parent" is also a "first parent".
180 180
	 *
181 181
	 * @see	#MALE_PARENT()
......
188 188
	/**
189 189
	 * Returns the "male parent" hybrid relationship type. The taxon the name
190 190
	 * of which plays the male parent role is the genetic father of the taxon
191
	 * which is the hybrid (and has the hybrid {@link NonViralName non-viral taxon name}).<BR>
191
	 * which is the hybrid (and has the hybrid {@link INonViralName non-viral taxon name}).<BR>
192 192
	 * For nomenclature purposes a "male parent" is also a "second parent".
193 193
	 *
194 194
	 * @see	#MALE_PARENT()

Also available in: Unified diff