public enum EzyAccessAppError extends Enum<EzyAccessAppError> implements EzyIAccessAppError
| Enum Constant and Description |
|---|
MAXIMUM_USER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static EzyAccessAppError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EzyAccessAppError[] |
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, valueOfgetMessagepublic static final EzyAccessAppError MAXIMUM_USER
public static EzyAccessAppError[] values()
for (EzyAccessAppError c : EzyAccessAppError.values()) System.out.println(c);
public static EzyAccessAppError 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 nullpublic String getName()
getName in interface com.tvd12.ezyfox.constant.EzyConstantgetName in interface com.tvd12.ezyfox.constant.EzyHasNameCopyright © 2021 Young Monkeys. All rights reserved.