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

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

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

import javax.xml.bind.annotation.XmlAttribute;

/**
 * Replace informations in facts.
 * Used as base class providing attributes to map case and map
 * 
 * @author R.W.Majeed
 *
 */
public abstract class MapReplace {
	@XmlAttribute(name="set-value")
	String setValue;
	
	@XmlAttribute(name="set-concept")
	String setConcept;
	
	@XmlAttribute(name="set-unit")
	String setUnit;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy