Package org.biojava.nbio.structure.scop
Enum Class Astral.AstralSet
- All Implemented Interfaces:
Serializable
,Comparable<Astral.AstralSet>
,Constable
- Enclosing class:
- Astral
An ASTRAL sequence-identity cutoff with an identifier such as:
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.
- Author:
- dmyersturnbull
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getUrl()
static Astral.AstralSet
toString()
static Astral.AstralSet
Returns the enum constant of this class with the specified name.static Astral.AstralSet[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FORTY_175
-
NINETY_FIVE_175
-
FORTY_175A
-
NINETY_FIVE_175A
-
FORTY_175B
-
NINETY_FIVE_175B
-
FORTY_201
-
NINETY_FIVE_201
-
FORTY_202
-
NINETY_FIVE_202
-
FORTY_203
-
NINETY_FIVE_203
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
parse
-
getId
-
getUrl
-
toString
- Overrides:
toString
in classEnum<Astral.AstralSet>
-