public static enum BasedOptionsHolder.Options extends Enum<BasedOptionsHolder.Options>
| Enum Constant and Description |
|---|
COLLECT_FIRST256_STATS |
COLLECT_SEGMENTED_STATS |
FULL_SEGMENTED_SEQUENCES |
NO_ANCHORS |
TREE_SEGMENTED_SEQUENCES |
| Modifier and Type | Method and Description |
|---|---|
static BasedOptionsHolder.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasedOptionsHolder.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasedOptionsHolder.Options COLLECT_SEGMENTED_STATS
public static final BasedOptionsHolder.Options COLLECT_FIRST256_STATS
public static final BasedOptionsHolder.Options NO_ANCHORS
public static final BasedOptionsHolder.Options FULL_SEGMENTED_SEQUENCES
public static final BasedOptionsHolder.Options TREE_SEGMENTED_SEQUENCES
public static BasedOptionsHolder.Options[] values()
for (BasedOptionsHolder.Options c : BasedOptionsHolder.Options.values()) System.out.println(c);
public static BasedOptionsHolder.Options 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.