Uses of Enum
org.optaplanner.examples.nurserostering.domain.WeekendDefinition
Packages that use WeekendDefinition
Package
Description
-
Uses of WeekendDefinition in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return WeekendDefinitionModifier and TypeMethodDescriptionstatic WeekendDefinitionReturns the enum constant of this type with the specified name.static WeekendDefinitionWeekendDefinition.valueOfCode(String code) static WeekendDefinition[]WeekendDefinition.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WeekendDefinition in org.optaplanner.examples.nurserostering.domain.contract
Methods in org.optaplanner.examples.nurserostering.domain.contract that return WeekendDefinitionMethods in org.optaplanner.examples.nurserostering.domain.contract with parameters of type WeekendDefinitionModifier and TypeMethodDescriptionvoidContract.setWeekendDefinition(WeekendDefinition weekendDefinition)