public static enum Gff3Codec.Gff3Directive extends java.lang.Enum<Gff3Codec.Gff3Directive>
| Enum Constant and Description |
|---|
FASTA_DIRECTIVE |
FLUSH_DIRECTIVE |
SEQUENCE_REGION_DIRECTIVE |
VERSION3_DIRECTIVE |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.regex.Pattern |
regexPattern |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
decode(java.lang.String line) |
static Gff3Codec.Gff3Directive |
toDirective(java.lang.String line) |
static Gff3Codec.Gff3Directive |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gff3Codec.Gff3Directive[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gff3Codec.Gff3Directive VERSION3_DIRECTIVE
public static final Gff3Codec.Gff3Directive SEQUENCE_REGION_DIRECTIVE
public static final Gff3Codec.Gff3Directive FLUSH_DIRECTIVE
public static final Gff3Codec.Gff3Directive FASTA_DIRECTIVE
public static Gff3Codec.Gff3Directive[] values()
for (Gff3Codec.Gff3Directive c : Gff3Codec.Gff3Directive.values()) System.out.println(c);
public static Gff3Codec.Gff3Directive 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 Gff3Codec.Gff3Directive toDirective(java.lang.String line)
protected java.lang.Object decode(java.lang.String line)
throws java.io.IOException
java.io.IOException