| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
static LeaveLineCalculationType |
LeaveLineCalculationType.fromValue(String value) |
LeaveLineCalculationType |
LeaveLine.getCalculationType()
Get calculationType
|
static LeaveLineCalculationType |
LeaveLineCalculationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeaveLineCalculationType[] |
LeaveLineCalculationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LeaveLine |
LeaveLine.calculationType(LeaveLineCalculationType calculationType) |
void |
LeaveLine.setCalculationType(LeaveLineCalculationType calculationType) |
Copyright © 2020. All rights reserved.