public class KonikEnum extends Object
static <E extends Enum<E>> boolean
isKnownCode(Class<E> type, String code)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <E extends Enum<E>> boolean isKnownCode(Class<E> type, String code)
Checks if the given code is contained in the Enumeration.
<E>
type
code
Copyright © 2014 Konik.io. All Rights Reserved.