public static enum IDutyHours.DutyHoursFlavour extends Enum<IDutyHours.DutyHoursFlavour>
IDutyHours
, since
WorkingHours
and OpeningHours
have their own flavour
.Enum Constant and Description |
---|
OPH_FLAVOUR
The oph flavour.
|
WOH_FLAVOUR
The woh flavour.
|
Modifier and Type | Method and Description |
---|---|
static IDutyHours.DutyHoursFlavour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDutyHours.DutyHoursFlavour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDutyHours.DutyHoursFlavour WOH_FLAVOUR
public static final IDutyHours.DutyHoursFlavour OPH_FLAVOUR
public static IDutyHours.DutyHoursFlavour[] values()
for (IDutyHours.DutyHoursFlavour c : IDutyHours.DutyHoursFlavour.values()) System.out.println(c);
public static IDutyHours.DutyHoursFlavour 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–2023 DNA Evolutions GmbH. All rights reserved.