Package htsjdk.tribble.gff
Enum Class Gff3Codec.Gff3Directive
- All Implemented Interfaces:
Serializable
,Comparable<Gff3Codec.Gff3Directive>
,Constable
- Enclosing class:
Gff3Codec
Enum for parsing directive lines. If information in directive line needs to be parsed beyond specifying directive type, decode method should be overriden
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
static Gff3Codec.Gff3Directive
toDirective
(String line) static Gff3Codec.Gff3Directive
Returns the enum constant of this class with the specified name.static Gff3Codec.Gff3Directive[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VERSION3_DIRECTIVE
-
SEQUENCE_REGION_DIRECTIVE
-
FLUSH_DIRECTIVE
-
FASTA_DIRECTIVE
-
-
Field Details
-
regexPattern
-
-
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
-
toDirective
-
decode
- Throws:
IOException
-