public enum StopOnError extends Enum<StopOnError>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
boolean |
value() |
static StopOnError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopOnError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StopOnError TRUE
public static final StopOnError FALSE
public static StopOnError[] values()
for (StopOnError c : StopOnError.values()) System.out.println(c);
public static StopOnError 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 boolean value()
public String toString()
toString in class Enum<StopOnError>Copyright © 2025 Picodata. All rights reserved.