Uses of Class
org.optaplanner.examples.examination.domain.RoomPenaltyType
-
Packages that use RoomPenaltyType Package Description org.optaplanner.examples.examination.domain -
-
Uses of RoomPenaltyType in org.optaplanner.examples.examination.domain
Methods in org.optaplanner.examples.examination.domain that return RoomPenaltyType Modifier and Type Method Description RoomPenaltyTypeRoomPenalty. getRoomPenaltyType()static RoomPenaltyTypeRoomPenaltyType. valueOf(String name)Returns 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 RoomPenaltyType Modifier and Type Method Description voidRoomPenalty. setRoomPenaltyType(RoomPenaltyType roomPenaltyType)RoomPenaltyRoomPenalty. withRoomPenaltyType(RoomPenaltyType type)
-