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

de.sekmi.histream.etl.config.MapRules Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package de.sekmi.histream.etl.config;

import javax.xml.bind.annotation.XmlElement;

/**
 * Map rules for columns or concepts.
 * The actual mapping implementation is in
 * {@link Column#valueOf(Object, de.sekmi.histream.etl.MapFeedback)}
 * 
 * @author R.W.Majeed
 *
 */
public class MapRules extends MapReplace{

	@XmlElement(name="case")
	MapCase[] cases;
	@XmlElement(required=false)
	MapCase otherwise;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy