Example usage for org.apache.commons.lang3 EnumUtils subclass-usage

List of usage examples for org.apache.commons.lang3 EnumUtils subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3 EnumUtils subclass-usage.

Usage

From source file fr.landel.utils.commons.EnumUtils.java

/**
 * Utility class to manage enumerations.
 *
 * @since Nov 27, 2015
 * @author Gilles Landel
 *

From source file com.mawujun.utils.EnumUtils.java

public class EnumUtils extends org.apache.commons.lang3.EnumUtils {

}