public static enum Plugin.Unresolved.Error extends Enum<Plugin.Unresolved.Error>
| Enum Constant and Description |
|---|
MISSING |
VERSION_MISMATCH |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.Unresolved.Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Unresolved.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.Unresolved.Error MISSING
public static final Plugin.Unresolved.Error VERSION_MISMATCH
public static Plugin.Unresolved.Error[] values()
for (Plugin.Unresolved.Error c : Plugin.Unresolved.Error.values()) System.out.println(c);
public static Plugin.Unresolved.Error 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 © 2026 Suncode. All rights reserved.