package de.onyxbits.tradetrax.remix;
import de.onyxbits.tradetrax.pages.tools.LabelManager;
/**
* Used by the {@link LabelManager} to select which kind of bulk updates to
* apply to label names.
*
* @author patrick
*
*/
public enum LabelActions {
CAPITALIZE, LOWERCASE, UPPERCASE, TRIM
}