Project

General

Profile

« Previous | Next » 

Revision fd3b4e55

Added by Andreas Müller about 13 years ago

variable.isNumType()

View differences:

XperCdmIntegration/src/main/java/eu/etaxonomy/cdm/io/xper/CdmXperAdapter.java
490 490
		tx = startTransaction();
491 491
		for (Variable variable : vars){
492 492
			Feature feature = getFeature(variable);
493
			if (Utils.numType.equals(variable.getType())){
493
			if (variable.isNumType()){
494 494
				saveNumericalFeature(variable, feature);
495 495
			}else if (Utils.catType.equals(variable.getType())){
496 496
				saveCategoricalFeature(variable, feature);

Also available in: Unified diff