Uses of Class
org.optaweb.employeerostering.domain.violation.ContractMinutesViolation.Type
-
Packages that use ContractMinutesViolation.Type Package Description org.optaweb.employeerostering.domain.violation -
-
Uses of ContractMinutesViolation.Type in org.optaweb.employeerostering.domain.violation
Methods in org.optaweb.employeerostering.domain.violation that return ContractMinutesViolation.Type Modifier and Type Method Description ContractMinutesViolation.TypeContractMinutesViolation. getType()static ContractMinutesViolation.TypeContractMinutesViolation.Type. getTypeForViolation(String constraintName)static ContractMinutesViolation.TypeContractMinutesViolation.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.Methods in org.optaweb.employeerostering.domain.violation with parameters of type ContractMinutesViolation.Type Modifier and Type Method Description voidContractMinutesViolation. setType(ContractMinutesViolation.Type type)Constructors in org.optaweb.employeerostering.domain.violation with parameters of type ContractMinutesViolation.Type Constructor Description ContractMinutesViolation(Employee employee, ContractMinutesViolation.Type type, Long minutesWorked, org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score)
-