public static enum EasyToEatConfig.Time extends Enum<EasyToEatConfig.Time>
| Modifier and Type | Method and Description |
|---|---|
static EasyToEatConfig.Time |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EasyToEatConfig.Time[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EasyToEatConfig.Time SHORT
public static final EasyToEatConfig.Time AVERAGE
public static final EasyToEatConfig.Time LONG
public static EasyToEatConfig.Time[] values()
for (EasyToEatConfig.Time c : EasyToEatConfig.Time.values()) System.out.println(c);
public static EasyToEatConfig.Time 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 © 2025 MuleSoft, Inc.. All rights reserved.