public class EnumUtils extends Object
static <T extends Enum<T>> T
getEnumFromString(Class<T> enumType, String string)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T extends Enum<T>> T getEnumFromString(Class<T> enumType, String string)
Copyright © 2010–2018. All rights reserved.