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

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

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

Methods in eu.etaxonomy.cdm.model.name that return HybridRelationshipType
static HybridRelationshipType HybridRelationshipType.FEMALE_PARENT()
          Returns the "female parent" hybrid relationship type.
static HybridRelationshipType HybridRelationshipType.FIRST_PARENT()
          Returns the "first parent" hybrid relationship type.
static HybridRelationshipType HybridRelationshipType.getbyUuid(UUID uuid)
          Returns the hybrid relationship type identified through its immutable universally unique identifier (UUID).
static HybridRelationshipType HybridRelationshipType.MALE_PARENT()
          Returns the "male parent" hybrid relationship type.
static HybridRelationshipType HybridRelationshipType.SECOND_PARENT()
          Returns the "second parent" hybrid relationship type.
 

Methods in eu.etaxonomy.cdm.model.name with parameters of type HybridRelationshipType
 void BotanicalName.addHybridChild(BotanicalName childName, HybridRelationshipType type, String ruleConsidered)
          Creates a new hybrid relationship to this botanical name.
 void BotanicalName.addHybridParent(BotanicalName parentName, HybridRelationshipType type, String ruleConsidered)
          Creates a new hybrid relationship to this botanical name.
 

Constructors in eu.etaxonomy.cdm.model.name with parameters of type HybridRelationshipType
HybridRelationship(BotanicalName hybridName, BotanicalName parentName, HybridRelationshipType type, ReferenceBase citation, String citationMicroReference, String ruleConsidered)
          Class constructor: creates a new hybrid relationship instance including its reference source and adds it to the respective botanical taxon name relation sets of both involved names.
HybridRelationship(BotanicalName hybridName, BotanicalName parentName, HybridRelationshipType type, String ruleConsidered)
          Class constructor: creates a new hybrid relationship instance with no reference and adds it to the respective botanical taxon name relation sets of both involved names.
 



Copyright © 2008. All Rights Reserved.