Uses of Enum
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 type with the specified name.static PeriodPenaltyType[]PeriodPenaltyType.values()Returns an array containing the constants of this enum type, 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)