Uses of Enum
org.optaplanner.examples.nurserostering.domain.contract.ContractLineType
Packages that use ContractLineType
-
Uses of ContractLineType in org.optaplanner.examples.nurserostering.domain.contract
Methods in org.optaplanner.examples.nurserostering.domain.contract that return ContractLineTypeModifier and TypeMethodDescriptionContractLine.getContractLineType()static ContractLineTypeReturns 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 ContractLineTypeModifier and TypeMethodDescriptionvoidContractLine.setContractLineType(ContractLineType contractLineType) Constructors in org.optaplanner.examples.nurserostering.domain.contract with parameters of type ContractLineTypeModifierConstructorDescriptionBooleanContractLine(long id, Contract contract, ContractLineType contractLineType, boolean enabled, int weight) protectedContractLine(long id, Contract contract, ContractLineType contractLineType) MinMaxContractLine(long id, Contract contract, ContractLineType contractLineType, boolean minimumEnabled, boolean maximumEnabled)