public static enum JBand.SelectionMode extends Enum<JBand.SelectionMode>
| Enum Constant and Description |
|---|
MULTIPLE_INTERVAL_SELECTION |
SINGLE_SELECTION |
| Modifier and Type | Method and Description |
|---|---|
static JBand.SelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JBand.SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JBand.SelectionMode SINGLE_SELECTION
public static final JBand.SelectionMode MULTIPLE_INTERVAL_SELECTION
public static JBand.SelectionMode[] values()
for (JBand.SelectionMode c : JBand.SelectionMode.values()) System.out.println(c);
public static JBand.SelectionMode 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 © 2012–2026 cismet GmbH. All rights reserved.