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

com.codetaco.funnel.parameters.DuplicateDisposition Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.codetaco.funnel.parameters;

/**
 * 

* DuplicateDisposition class. *

* * @author Chris DeGreef [email protected] */ public enum DuplicateDisposition { FirstOnly, LastOnly, Reverse, Original }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy