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

org.openforis.collect.datacleansing.ValueParser Maven / Gradle / Ivy

There is a newer version: 4.0.97
Show newest version
package org.openforis.collect.datacleansing;

import org.openforis.idm.metamodel.AttributeDefinition;
import org.openforis.idm.model.Value;

/**
 * 
 * @author S. Ricci
 *
 */
public interface ValueParser {

	Value parseValue(AttributeDefinition def, String value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy