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