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

de.sekmi.histream.etl.config.MapCase 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.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;

@XmlAccessorType(XmlAccessType.NONE)
public class MapCase extends MapReplace{
	@XmlAttribute
	String value;
	
	// TODO use enum
	@XmlAttribute
	String action;
	
	@XmlAttribute(name="log-warning")
	String logWarning;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy