public static enum HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF extends java.lang.Enum<HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF>
| Enum Constant and Description |
|---|
DOMAIN |
FULL_SEQUENCE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF FULL_SEQUENCE
public static final HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF DOMAIN
public static final HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF NONE
public static HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF[] values()
for (HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF c : HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF.values()) System.out.println(c);
public static HmmscanPerDomainTableParser.INDIVIDUAL_SCORE_CUTOFF valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null