Project

General

Profile

« Previous | Next » 

Revision d0c17714

Added by Andreas Müller almost 6 years ago

use E+M specific vocabulary for marker types

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelImportBase.java
29 29
import eu.etaxonomy.cdm.model.common.AnnotationType;
30 30
import eu.etaxonomy.cdm.model.common.IdentifiableEntity;
31 31
import eu.etaxonomy.cdm.model.common.Language;
32
import eu.etaxonomy.cdm.model.common.MarkerType;
33
import eu.etaxonomy.cdm.model.common.TermType;
34
import eu.etaxonomy.cdm.model.common.TermVocabulary;
32 35
import eu.etaxonomy.cdm.model.common.User;
33 36
import eu.etaxonomy.cdm.model.description.DescriptionElementBase;
34 37
import eu.etaxonomy.cdm.model.location.Country;
......
381 384
		return null;
382 385
	}
383 386

  
387
    /**
388
     * @return
389
     */
390
    protected TermVocabulary<MarkerType> getEuroMedMarkerTypeVoc() {
391
        TermVocabulary<MarkerType> markerTypeVoc = getVocabulary(TermType.MarkerType, BerlinModelTransformer.uuidVocEMMarkerType,
392
                "Euro+Med marker type vocabulary", "E+M marker types", null, null, false, MarkerType.COMPLETE());
393
        return markerTypeVoc;
394
    }
384 395

  
385 396
}

Also available in: Unified diff