public static enum EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum extends Enum<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum>
| Enum Constant and Description |
|---|
AWELOWERTHANLEL |
EXCEEDEDMAXIMUMDURATIONOFPIW |
EXCEEDEDMAXIMUMENTITLEMENTWEEKSOFSSP |
NOTQUALIFIEDINPREVIOUSPIW |
SUFFICIENTNOTICENOTGIVEN |
UNABLETOCALCULATEAWE |
| Modifier and Type | Method and Description |
|---|---|
static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum UNABLETOCALCULATEAWE
public static final EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum AWELOWERTHANLEL
public static final EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum NOTQUALIFIEDINPREVIOUSPIW
public static final EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum EXCEEDEDMAXIMUMENTITLEMENTWEEKSOFSSP
public static final EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum EXCEEDEDMAXIMUMDURATIONOFPIW
public static final EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum SUFFICIENTNOTICENOTGIVEN
public static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum[] values()
for (EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum c : EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum.values()) System.out.println(c);
public static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum 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 getValue()
public String toString()
toString in class Enum<EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum>public static EmployeeStatutorySickLeave.EntitlementFailureReasonsEnum fromValue(String value)
Copyright © 2020. All rights reserved.