public static enum CustomVisibilityFromStationDetector.VisibilityDetectionChoice extends Enum<CustomVisibilityFromStationDetector.VisibilityDetectionChoice>
| Modifier and Type | Method and Description |
|---|---|
static CustomVisibilityFromStationDetector.VisibilityDetectionChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomVisibilityFromStationDetector.VisibilityDetectionChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomVisibilityFromStationDetector.VisibilityDetectionChoice Entry
public static final CustomVisibilityFromStationDetector.VisibilityDetectionChoice Exit
public static final CustomVisibilityFromStationDetector.VisibilityDetectionChoice Both
public static CustomVisibilityFromStationDetector.VisibilityDetectionChoice[] values()
for (CustomVisibilityFromStationDetector.VisibilityDetectionChoice c : CustomVisibilityFromStationDetector.VisibilityDetectionChoice.values()) System.out.println(c);
public static CustomVisibilityFromStationDetector.VisibilityDetectionChoice 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.