public enum ScheduleOptions extends Enum<ScheduleOptions>
Enum Constant and Description |
---|
COMPOSITE
Return composite sched
|
EACHPERSON
Return each person's sched
|
FORCEREMOTE
force remote even if you are using workstation based email
|
LOCAL
Do only local lookup
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static short |
toBitMask(Collection<ScheduleOptions> findSet) |
static int |
toBitMaskInt(Collection<ScheduleOptions> findSet) |
static ScheduleOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleOptions COMPOSITE
public static final ScheduleOptions EACHPERSON
public static final ScheduleOptions LOCAL
public static final ScheduleOptions FORCEREMOTE
public static ScheduleOptions[] values()
for (ScheduleOptions c : ScheduleOptions.values()) System.out.println(c);
public static ScheduleOptions 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 int getValue()
public static short toBitMask(Collection<ScheduleOptions> findSet)
public static int toBitMaskInt(Collection<ScheduleOptions> findSet)
Copyright © 2019–2021 HCL. All rights reserved.