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