Uses of Class
org.optaplanner.examples.nurserostering.domain.contract.ContractLineType
-
Packages that use ContractLineType Package Description org.optaplanner.examples.nurserostering.domain.contract -
-
Uses of ContractLineType in org.optaplanner.examples.nurserostering.domain.contract
Methods in org.optaplanner.examples.nurserostering.domain.contract that return ContractLineType Modifier and Type Method Description ContractLineTypeContractLine. getContractLineType()static ContractLineTypeContractLineType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContractLineType[]ContractLineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.examples.nurserostering.domain.contract with parameters of type ContractLineType Modifier and Type Method Description voidContractLine. setContractLineType(ContractLineType contractLineType)
-