public enum GeneTag extends Enum<GeneTag>
| Enum Constant and Description |
|---|
Incomplete |
NoCys |
NoTrpPhe |
Pseudo |
Stops |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSupportedGeneType(GeneType geneType) |
static GeneTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Doc(value="Pseudo-gene. Some essential feature of gene sequence is absent or broken: stop codon in reading frame, absent recombination or splicing site, etc...") public static final GeneTag Pseudo
public static GeneTag[] values()
for (GeneTag c : GeneTag.values()) System.out.println(c);
public static GeneTag 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 nullpublic boolean isSupportedGeneType(GeneType geneType)
Copyright © 2017. All rights reserved.