public static enum LLRReducer.Skipped extends Enum<LLRReducer.Skipped>
| Enum Constant and Description |
|---|
EXTRA_HEAD |
EXTRA_TAIL |
LESS_THAN_MIN_LLR |
LLR_CALCULATION_ERROR |
MISSING_HEAD |
MISSING_TAIL |
| Modifier and Type | Method and Description |
|---|---|
static LLRReducer.Skipped |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLRReducer.Skipped[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LLRReducer.Skipped EXTRA_HEAD
public static final LLRReducer.Skipped EXTRA_TAIL
public static final LLRReducer.Skipped MISSING_HEAD
public static final LLRReducer.Skipped MISSING_TAIL
public static final LLRReducer.Skipped LESS_THAN_MIN_LLR
public static final LLRReducer.Skipped LLR_CALCULATION_ERROR
public static LLRReducer.Skipped[] values()
for (LLRReducer.Skipped c : LLRReducer.Skipped.values()) System.out.println(c);
public static LLRReducer.Skipped 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 © 2008–2017 The Apache Software Foundation. All rights reserved.