public static enum Registry.ERROR extends java.lang.Enum<Registry.ERROR>
Enum Constant and Description |
---|
ACCESS_DENIED |
NONE |
NOT_FOUND |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
int |
code |
Modifier and Type | Method and Description |
---|---|
static Registry.ERROR |
byCode(int code) |
static boolean |
itIs(int given) |
static Registry.ERROR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Registry.ERROR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Registry.ERROR NONE
public static final Registry.ERROR NOT_FOUND
public static final Registry.ERROR ACCESS_DENIED
public static final Registry.ERROR UNKNOWN
public static Registry.ERROR[] values()
for (Registry.ERROR c : Registry.ERROR.values()) System.out.println(c);
public static Registry.ERROR valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Registry.ERROR byCode(int code)
public static boolean itIs(int given)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.