Serializable, Comparable<IntervalListTools.Action>, org.broadinstitute.barclay.argparser.CommandLineParser.ClpEnumpublic static enum IntervalListTools.Action extends Enum<IntervalListTools.Action> implements org.broadinstitute.barclay.argparser.CommandLineParser.ClpEnum
| Enum Constant | Description |
|---|---|
CONCAT |
|
INTERSECT |
|
OVERLAPS |
|
SUBTRACT |
|
SYMDIFF |
|
UNION |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHelpDoc() |
|
static IntervalListTools.Action |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IntervalListTools.Action[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntervalListTools.Action CONCAT
public static final IntervalListTools.Action UNION
public static final IntervalListTools.Action INTERSECT
public static final IntervalListTools.Action SUBTRACT
public static final IntervalListTools.Action SYMDIFF
public static final IntervalListTools.Action OVERLAPS
public static IntervalListTools.Action[] values()
for (IntervalListTools.Action c : IntervalListTools.Action.values()) System.out.println(c);
public static IntervalListTools.Action 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 getHelpDoc()
getHelpDoc in interface org.broadinstitute.barclay.argparser.CommandLineParser.ClpEnum