public enum EPluginCompatibility extends Enum<EPluginCompatibility>
Enum Constant and Description |
---|
LIMITED |
NOT_COMPATIBLE |
PERFECT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static EPluginCompatibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPluginCompatibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPluginCompatibility PERFECT
public static final EPluginCompatibility LIMITED
public static final EPluginCompatibility NOT_COMPATIBLE
public static final EPluginCompatibility UNKNOWN
public static EPluginCompatibility[] values()
for (EPluginCompatibility c : EPluginCompatibility.values()) System.out.println(c);
public static EPluginCompatibility 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 © 2020 XIMA MEDIA GmbH. All rights reserved.