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