de.sekmi.histream.etl.config.MapCase Maven / Gradle / Ivy
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