Project

General

Profile

« Previous | Next » 

Revision 63228380

Added by Andreas Müller almost 9 years ago

more getters/adders, update script, vocabulary and test vocabulary for TaxonNodeAgentRelation #3583

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TermType.java
47 47
import eu.etaxonomy.cdm.model.taxon.SynonymRelationship;
48 48
import eu.etaxonomy.cdm.model.taxon.Taxon;
49 49
import eu.etaxonomy.cdm.model.taxon.TaxonBase;
50
import eu.etaxonomy.cdm.model.taxon.TaxonNodeAgentRelation;
50 51
import eu.etaxonomy.cdm.model.taxon.TaxonRelationship;
51 52

  
52 53

  
......
441 442

  
442 443
    //35
443 444
    /**
444
     * DNA Quality levels link DnaQuality#type} . It may often be a global unique identifier such as DOI, LSID, Barcode ....
445
     * DNA Quality levels {link DnaQuality#type} . It may often be a global unique identifier such as DOI, LSID, Barcode ....
445 446
     * But also local identifier types such Sample Designation, Catalog Number,
446 447
     * Accession Number, ... are allowed.
447 448
     * {@link DnaQu}
448 449
     */
449 450
    @XmlEnumValue("DnaQualityType")
450
    DnaQualityType(UUID.fromString("55746f7b-78a8-4e5f-8e70-ee9ce047c835"), "DNA Quality Type", "DQT", null),
451
    DnaQualityType(UUID.fromString("18049372-56e6-4d45-85fc-6a403fecb881"), "DNA Quality Type", "DQT", null),
452

  
453
    //36
454
    /**
455
     * {@link TaxonNodeAgentRelation#getType() TaxonNode Agent Relation Type}.
456
     * The role an agent plays for a taxon node (classification subtree).
457
     */
458
    @XmlEnumValue("DnaQualityType")
459
    TaxonNodeAgentRelationType(UUID.fromString("8e28881a-0744-41ff-a5ed-31246125c424"), "TaxonNode Agent Relation Type", "TART", null),
451 460

  
452 461
    ;
453 462

  
......
539 548
        }
540 549
    }
541 550

  
542

  
543 551
}

Also available in: Unified diff