public enum ExceptionHandling extends Enum<ExceptionHandling>
Modifier and Type | Method and Description |
---|---|
static boolean |
containsValue(String value) |
static ExceptionHandling |
findByValue(String value) |
String |
getValue() |
static String[] |
getValues() |
static ExceptionHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionHandling Skip
public static final ExceptionHandling Stop
public static ExceptionHandling[] values()
for (ExceptionHandling c : ExceptionHandling.values()) System.out.println(c);
public static ExceptionHandling 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 getValue()
public static String[] getValues()
public static boolean containsValue(String value)
public static ExceptionHandling findByValue(String value)
Copyright © GigaSpaces.