public static enum IconContainer.Icon extends Enum<IconContainer.Icon>
| Enum Constant and Description |
|---|
DESIRED_TIMESLOT_FOR_EMPLOYEE_REWARD |
PINNED |
REQUIRED_SKILL_VIOLATION |
ROTATION_VIOLATION_PENALTY |
SHIFT_EMPLOYEE_CONFLICT |
UNASSIGNED_SHIFT_PENALTY |
UNAVAILABLE_EMPLOYEE_VIOLATION |
UNDESIRED_TIMESLOT_FOR_EMPLOYEE_PENALTY |
| Modifier and Type | Method and Description |
|---|---|
static IconContainer.Icon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconContainer.Icon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconContainer.Icon UNAVAILABLE_EMPLOYEE_VIOLATION
public static final IconContainer.Icon SHIFT_EMPLOYEE_CONFLICT
public static final IconContainer.Icon DESIRED_TIMESLOT_FOR_EMPLOYEE_REWARD
public static final IconContainer.Icon UNDESIRED_TIMESLOT_FOR_EMPLOYEE_PENALTY
public static final IconContainer.Icon ROTATION_VIOLATION_PENALTY
public static final IconContainer.Icon UNASSIGNED_SHIFT_PENALTY
public static final IconContainer.Icon REQUIRED_SKILL_VIOLATION
public static final IconContainer.Icon PINNED
public static IconContainer.Icon[] values()
for (IconContainer.Icon c : IconContainer.Icon.values()) System.out.println(c);
public static IconContainer.Icon 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–2019 JBoss by Red Hat. All rights reserved.