public static enum GencodeGtfFeature.LocusLevel extends java.lang.Enum<GencodeGtfFeature.LocusLevel>
Enum Constant and Description |
---|
AUTOMATICALLY_ANNOTATED
Automatically annotated locus
|
MANUALLY_ANNOTATED
Manually annotated locus
|
VERIFIED
Verified locus
|
Modifier and Type | Method and Description |
---|---|
static GencodeGtfFeature.LocusLevel |
getEnum(java.lang.String s) |
java.lang.String |
toString() |
static GencodeGtfFeature.LocusLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GencodeGtfFeature.LocusLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GencodeGtfFeature.LocusLevel VERIFIED
public static final GencodeGtfFeature.LocusLevel MANUALLY_ANNOTATED
public static final GencodeGtfFeature.LocusLevel AUTOMATICALLY_ANNOTATED
public static GencodeGtfFeature.LocusLevel[] values()
for (GencodeGtfFeature.LocusLevel c : GencodeGtfFeature.LocusLevel.values()) System.out.println(c);
public static GencodeGtfFeature.LocusLevel 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<GencodeGtfFeature.LocusLevel>
public static GencodeGtfFeature.LocusLevel getEnum(java.lang.String s)