public enum TimeOffReasonIconType extends java.lang.Enum<TimeOffReasonIconType>
| Enum Constant and Description |
|---|
CAKE
cake
|
CALENDAR
calendar
|
CAR
car
|
CLOCK
clock
|
CUP
cup
|
DOCTOR
doctor
|
DOG
dog
|
FIRST_AID
first Aid
|
GLOBE
globe
|
JURY_DUTY
jury Duty
|
NONE
none
|
NOT_WORKING
not Working
|
PHONE
phone
|
PIGGY_BANK
piggy Bank
|
PIN
pin
|
PLANE
plane
|
RUNNING
running
|
SUNNY
sunny
|
TRAFFIC_CONE
traffic Cone
|
UMBRELLA
umbrella
|
UNEXPECTED_VALUE
For TimeOffReasonIconType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
WEATHER
weather
|
| Modifier and Type | Method and Description |
|---|---|
static TimeOffReasonIconType |
valueOf(java.lang.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 final TimeOffReasonIconType UNEXPECTED_VALUE
public static TimeOffReasonIconType[] values()
for (TimeOffReasonIconType c : TimeOffReasonIconType.values()) System.out.println(c);
public static TimeOffReasonIconType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null