@Dict(value="true-or-false") public enum TrueOrFalse extends Enum<TrueOrFalse> implements EnumDict<Byte>
EnumDict.EnumDictJSONDeserializerDEFAULT_WRITE_JSON_OBJECT| Modifier and Type | Method and Description |
|---|---|
static TrueOrFalse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrueOrFalse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfeq, find, find, findByText, findByValue, findList, getByMask, getByMask, getByMask, getComments, getI18nCode, getI18nMessage, getMask, getText, getValue, getWriteJSONObject, in, in, in, index, isWriteJSONObjectEnabled, maskIn, maskInAny, ordinal, toMask, writepublic static final TrueOrFalse TRUE
public static final TrueOrFalse FALSE
public static TrueOrFalse[] values()
for (TrueOrFalse c : TrueOrFalse.values()) System.out.println(c);
public static TrueOrFalse valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2021. All rights reserved.