Uses of Class
eu.etaxonomy.cdm.model.name.TypeDesignationBase

Packages that use TypeDesignationBase
eu.etaxonomy.cdm.model.name Provides classes for nomenclature and typification. 
 

Uses of TypeDesignationBase in eu.etaxonomy.cdm.model.name
 

Subclasses of TypeDesignationBase in eu.etaxonomy.cdm.model.name
 class NameTypeDesignation
          The class representing a typification of a taxon name with a rank above "species aggregate" by another taxon name.
 class SpecimenTypeDesignation
          The class representing a typification of one or several taxon names by a specimen or a figure.
 

Methods in eu.etaxonomy.cdm.model.name that return types with arguments of type TypeDesignationBase
 Set<TypeDesignationBase> TaxonNameBase.getTypeDesignations()
          Returns the set of type designations assigned to this taxon name.
 Set<TypeDesignationBase> HomotypicalGroup.getTypeDesignations()
          Returns the set of all type designations that typify the taxon names belonging to this homotypical group (this includes either name type designations or specimen type designations).
 

Methods in eu.etaxonomy.cdm.model.name with parameters of type TypeDesignationBase
 void TaxonNameBase.removeTypeDesignation(TypeDesignationBase typeDesignation)
          Removes one element from the set of type designations assigned to this taxon name.
 



Copyright © 2008. All Rights Reserved.