- getEnum(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning null if not found.
- getEnum(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning defaultEnum if not found.
- getEnumIgnoreCase(Class<E>, String) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning null if not found.
- getEnumIgnoreCase(Class<E>, String, E) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the enum for the class, returning defaultEnum if not found.
- getEnumList(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the List of enums.
- getEnumMap(Class<E>) - Static method in class yakworks.commons.lang.EnumUtils
-
Gets the Map of enums by name.