| Package | Description |
|---|---|
| org.optaweb.employeerostering.domain.violation |
| Modifier and Type | Method and Description |
|---|---|
ContractMinutesViolation.Type |
ContractMinutesViolation.getType() |
static ContractMinutesViolation.Type |
ContractMinutesViolation.Type.getTypeForViolation(String constraintName) |
static ContractMinutesViolation.Type |
ContractMinutesViolation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractMinutesViolation.Type[] |
ContractMinutesViolation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContractMinutesViolation.setType(ContractMinutesViolation.Type type) |
| Constructor and Description |
|---|
ContractMinutesViolation(Employee employee,
ContractMinutesViolation.Type type,
Long minutesWorked,
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.