public static enum BoxSelectionOptions.TimepointSelection extends Enum<BoxSelectionOptions.TimepointSelection>
Modifier and Type | Method and Description |
---|---|
static BoxSelectionOptions.TimepointSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxSelectionOptions.TimepointSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxSelectionOptions.TimepointSelection NONE
public static final BoxSelectionOptions.TimepointSelection SINGLE
public static final BoxSelectionOptions.TimepointSelection RANGE
public static BoxSelectionOptions.TimepointSelection[] values()
for (BoxSelectionOptions.TimepointSelection c : BoxSelectionOptions.TimepointSelection.values()) System.out.println(c);
public static BoxSelectionOptions.TimepointSelection 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 © 2015–2021 Fiji. All rights reserved.