Uses of Enum
org.optaplanner.examples.examination.domain.RoomPenaltyType
Packages that use RoomPenaltyType
-
Uses of RoomPenaltyType in org.optaplanner.examples.examination.domain
Methods in org.optaplanner.examples.examination.domain that return RoomPenaltyTypeModifier and TypeMethodDescriptionRoomPenalty.getRoomPenaltyType()static RoomPenaltyTypeReturns the enum constant of this type with the specified name.static RoomPenaltyType[]RoomPenaltyType.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 RoomPenaltyTypeModifier and TypeMethodDescriptionvoidRoomPenalty.setRoomPenaltyType(RoomPenaltyType roomPenaltyType) RoomPenalty.withRoomPenaltyType(RoomPenaltyType type)