Uses of Enum Class
org.optaplanner.examples.examination.domain.PeriodPenaltyType
Packages that use PeriodPenaltyType
-
Uses of PeriodPenaltyType in org.optaplanner.examples.examination.domain
Methods in org.optaplanner.examples.examination.domain that return PeriodPenaltyTypeModifier and TypeMethodDescriptionPeriodPenalty.getPeriodPenaltyType()static PeriodPenaltyTypeReturns the enum constant of this class with the specified name.static PeriodPenaltyType[]PeriodPenaltyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.optaplanner.examples.examination.domain with parameters of type PeriodPenaltyTypeModifier and TypeMethodDescriptionvoidPeriodPenalty.setPeriodPenaltyType(PeriodPenaltyType periodPenaltyType) Constructors in org.optaplanner.examples.examination.domain with parameters of type PeriodPenaltyTypeModifierConstructorDescriptionPeriodPenalty(long id, Topic leftTopic, Topic rightTopic, PeriodPenaltyType periodPenaltyType)