public enum SequenceInputType extends Enum<SequenceInputType>
| Modifier and Type | Method and Description |
|---|---|
static SequenceInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceInputType uniprot
public static final SequenceInputType user
public static final SequenceInputType dna
public static SequenceInputType[] values()
for (SequenceInputType c : SequenceInputType.values()) System.out.println(c);
public static SequenceInputType 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 nullCopyright © 2016. All rights reserved.