public static enum Astral.AstralSet extends 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 and 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 and Description |
---|---|
String |
getId() |
String |
getUrl() |
static Astral.AstralSet |
parse(String str) |
String |
toString() |
static Astral.AstralSet |
valueOf(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(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 static Astral.AstralSet parse(String str)
public String toString()
toString
in class Enum<Astral.AstralSet>
Copyright © 2000–2019 BioJava. All rights reserved.