public static enum ExecutorProfile.ReservationFeature extends Enum<ExecutorProfile.ReservationFeature>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutorProfile.ReservationFeature.Equals |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorProfile.ReservationFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorProfile.ReservationFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutorProfile.ReservationFeature disabled
public static final ExecutorProfile.ReservationFeature enabled
public static ExecutorProfile.ReservationFeature[] values()
for (ExecutorProfile.ReservationFeature c : ExecutorProfile.ReservationFeature.values()) System.out.println(c);
public static ExecutorProfile.ReservationFeature 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 © 2010–2025 Smals. All rights reserved.