public static enum ManFileExt.OnErrorAction extends Enum<ManFileExt.OnErrorAction>
Enum Constant and Description |
---|
SKIP
Skip this file and go to the next.
|
TERMINATE
Terminate the evaluation of the function.
|
Modifier and Type | Method and Description |
---|---|
static ManFileExt.OnErrorAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManFileExt.OnErrorAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManFileExt.OnErrorAction SKIP
public static final ManFileExt.OnErrorAction TERMINATE
public static ManFileExt.OnErrorAction[] values()
for (ManFileExt.OnErrorAction c : ManFileExt.OnErrorAction.values()) System.out.println(c);
public static ManFileExt.OnErrorAction 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 © 2024. All rights reserved.