Enum LoginResultEnum
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.mirana.data.CodeEnum,pro.fessional.mirana.i18n.I18nAware
public enum LoginResultEnum implements CodeEnum- Since:
2021-02-01
trydofor
-
-
Method Summary
Modifier and Type Method Description static Array<LoginResultEnum>values()Returns an array containing the constants of this enum type, in the order they're declared. static LoginResultEnumvalueOf(String name)Returns the enum constant of this type with the specified name. StringgetCode()StringgetHint()-
Methods inherited from class pro.fessional.mirana.data.CodeEnum
getCode, getHint, getI18nCode, getI18nHint -
Methods inherited from class pro.fessional.mirana.i18n.I18nAware
getI18nArgs, toI18nString, toI18nStringArgs -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
values
static Array<LoginResultEnum> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static LoginResultEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-