public enum DocumentErrorAction extends Enum<DocumentErrorAction>
Enum Constant and Description |
---|
DELETEDOCUMENT |
IGNOREDOCUMENT |
STOP |
Modifier and Type | Method and Description |
---|---|
static DocumentErrorAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentErrorAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentErrorAction STOP
public static final DocumentErrorAction IGNOREDOCUMENT
public static final DocumentErrorAction DELETEDOCUMENT
public static DocumentErrorAction[] values()
for (DocumentErrorAction c : DocumentErrorAction.values()) System.out.println(c);
public static DocumentErrorAction 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 ©2007-2013 panFMP Developers c/o Uwe Schindler