public static enum AbbvGapsHMM.States extends Enum<AbbvGapsHMM.States>
| Modifier and Type | Method and Description |
|---|---|
static AbbvGapsHMM.States |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbbvGapsHMM.States[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbbvGapsHMM.States S
public static final AbbvGapsHMM.States DL
public static final AbbvGapsHMM.States M
public static final AbbvGapsHMM.States D
public static final AbbvGapsHMM.States END
public static AbbvGapsHMM.States[] values()
for (AbbvGapsHMM.States c : AbbvGapsHMM.States.values()) System.out.println(c);
public static AbbvGapsHMM.States 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 © 2016. All rights reserved.