Project

General

Profile

« Previous | Next » 

Revision b09f8d3c

Added by Andreas Müller about 5 years ago

ref #8120 Add structuralModifier and propertyModifier to Character

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TermType.java
472 472
    @XmlEnumValue("Property")
473 473
    Property(UUID.fromString("bbe4730c-4c3f-4d89-9823-d144cc43baf5"), "Property", "PROP", null),
474 474

  
475
    //39
476
    /**
477
     * A modifier for {@link #Structure structures} used to define
478
     * spatial and maybe other modifiers.
479
     * StructureModifier is a specialization of {@link #Modifier}.
480
     *
481
     * @see Modifier
482
     * @see Character#getStructureModifier()
483
     * @see Character#getStructure()
484
     */
485
    @XmlEnumValue("StructureModifier")
486
    StructureModifier(UUID.fromString("41617e59-17c9-47f5-8fe6-319e117447ce"), "Structure Modifier", "STMO", Modifier),
487

  
475 488
    ;
476 489

  
477 490

  

Also available in: Unified diff