Project

General

Profile

« Previous | Next » 

Revision f4502cd4

Added by Andreas Müller over 12 years ago

rename specimen type status parse method

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/parser/SpecimenTypeParser.java
34 34
	
35 35
	
36 36
	
37
	public static SpecimenTypeDesignationStatus makeSpecimentTypeStatus(String type) throws UnknownCdmTypeException {
37
	public static SpecimenTypeDesignationStatus parseSpecimenTypeStatus(String type) throws UnknownCdmTypeException {
38 38
		//TODO further types
39 39
		SpecimenTypeDesignationStatus status; 
40 40
		if (type.equalsIgnoreCase("iso")){

Also available in: Unified diff