public enum SequenceFormat extends Enum<SequenceFormat>
Enum Constant and Description |
---|
FASTA |
GENBANK |
ORIGINAL |
PIGEONI |
PIGEONS |
PLAIN |
SBOL1 |
SBOL2 |
Modifier and Type | Method and Description |
---|---|
static SequenceFormat |
fromString(String type) |
static SequenceFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceFormat ORIGINAL
public static final SequenceFormat FASTA
public static final SequenceFormat SBOL1
public static final SequenceFormat SBOL2
public static final SequenceFormat PLAIN
public static final SequenceFormat PIGEONI
public static final SequenceFormat PIGEONS
public static final SequenceFormat GENBANK
public static SequenceFormat[] values()
for (SequenceFormat c : SequenceFormat.values()) System.out.println(c);
public static SequenceFormat 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 SequenceFormat fromString(String type)
Copyright © 2017. All rights reserved.