All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puresoltechnologies.purifinity.evaluation.api.CodeRangeNameParameter Maven / Gradle / Ivy

The newest version!
package com.puresoltechnologies.purifinity.evaluation.api;

import com.puresoltechnologies.commons.domain.LevelOfMeasurement;
import com.puresoltechnologies.commons.domain.ParameterWithArbitraryUnit;

public class CodeRangeNameParameter extends ParameterWithArbitraryUnit {

	private static final long serialVersionUID = -3502947307793097432L;

	private static final CodeRangeNameParameter INSTANCE = new CodeRangeNameParameter();

	public static CodeRangeNameParameter getInstance() {
		return INSTANCE;
	}

	private CodeRangeNameParameter() {
		super("Name of Code Range", "", LevelOfMeasurement.NOMINAL,
				"The name of the evaluated code range.", String.class);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy