public enum TimeOffReasonIconType extends Enum<TimeOffReasonIconType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
CAKE |
CALENDAR |
CAR |
CLOCK |
CUP |
DOCTOR |
DOG |
FIRST_AID |
GLOBE |
JURY_DUTY |
NONE |
NOT_WORKING |
PHONE |
PIGGY_BANK |
PIN |
PLANE |
RUNNING |
SUNNY |
TRAFFIC_CONE |
UMBRELLA |
UNKNOWN_FUTURE_VALUE |
WEATHER |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static TimeOffReasonIconType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeOffReasonIconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeOffReasonIconType NONE
public static final TimeOffReasonIconType CAR
public static final TimeOffReasonIconType CALENDAR
public static final TimeOffReasonIconType RUNNING
public static final TimeOffReasonIconType PLANE
public static final TimeOffReasonIconType FIRST_AID
public static final TimeOffReasonIconType DOCTOR
public static final TimeOffReasonIconType NOT_WORKING
public static final TimeOffReasonIconType CLOCK
public static final TimeOffReasonIconType JURY_DUTY
public static final TimeOffReasonIconType GLOBE
public static final TimeOffReasonIconType CUP
public static final TimeOffReasonIconType PHONE
public static final TimeOffReasonIconType WEATHER
public static final TimeOffReasonIconType UMBRELLA
public static final TimeOffReasonIconType PIGGY_BANK
public static final TimeOffReasonIconType DOG
public static final TimeOffReasonIconType CAKE
public static final TimeOffReasonIconType TRAFFIC_CONE
public static final TimeOffReasonIconType PIN
public static final TimeOffReasonIconType SUNNY
public static final TimeOffReasonIconType UNKNOWN_FUTURE_VALUE
public static TimeOffReasonIconType[] values()
for (TimeOffReasonIconType c : TimeOffReasonIconType.values()) System.out.println(c);
public static TimeOffReasonIconType 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.