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