public static enum Astral.AstralSet extends java.lang.Enum<Astral.AstralSet>
1.75A_95Also contains a URL pointing to a FASTA file containing the representatives. Every character before the first whitespace character of each header in the FASTA file is expected to be a representative's name.
Enum Constant | Description |
---|---|
FORTY_175 |
|
FORTY_175A |
|
FORTY_175B |
|
FORTY_201 |
|
FORTY_202 |
|
FORTY_203 |
|
NINETY_FIVE_175 |
|
NINETY_FIVE_175A |
|
NINETY_FIVE_175B |
|
NINETY_FIVE_201 |
|
NINETY_FIVE_202 |
|
NINETY_FIVE_203 |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getId() |
|
java.lang.String |
getUrl() |
|
static Astral.AstralSet |
parse(java.lang.String str) |
|
java.lang.String |
toString() |
|
static Astral.AstralSet |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Astral.AstralSet[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Astral.AstralSet FORTY_175
public static final Astral.AstralSet NINETY_FIVE_175
public static final Astral.AstralSet FORTY_175A
public static final Astral.AstralSet NINETY_FIVE_175A
public static final Astral.AstralSet FORTY_175B
public static final Astral.AstralSet NINETY_FIVE_175B
public static final Astral.AstralSet FORTY_201
public static final Astral.AstralSet NINETY_FIVE_201
public static final Astral.AstralSet FORTY_202
public static final Astral.AstralSet NINETY_FIVE_202
public static final Astral.AstralSet FORTY_203
public static final Astral.AstralSet NINETY_FIVE_203
public static Astral.AstralSet[] values()
for (Astral.AstralSet c : Astral.AstralSet.values()) System.out.println(c);
public static Astral.AstralSet 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 static Astral.AstralSet parse(java.lang.String str)
public java.lang.String getId()
public java.lang.String getUrl()
public java.lang.String toString()
toString
in class java.lang.Enum<Astral.AstralSet>