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