Serializable, Comparable<IntervalListTools.Action>, CommandLineParser.ClpEnumpublic static enum IntervalListTools.Action extends Enum<IntervalListTools.Action> implements CommandLineParser.ClpEnum
| Enum Constant | Description |
|---|---|
CONCAT |
|
INTERSECT |
|
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 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 CommandLineParser.ClpEnum