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