public enum AutoStopComparison extends Enum<AutoStopComparison>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static AutoStopComparison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoStopComparison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoStopComparison LT
public static final AutoStopComparison LTE
public static final AutoStopComparison GT
public static final AutoStopComparison GTE
public static AutoStopComparison[] values()
for (AutoStopComparison c : AutoStopComparison.values()) System.out.println(c);
public static AutoStopComparison 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 nullpublic String getName()
Copyright © 2024. All rights reserved.