Package | Description |
---|---|
org.optaplanner.examples.examination.domain |
Modifier and Type | Method and Description |
---|---|
RoomPenaltyType |
RoomPenalty.getRoomPenaltyType() |
static RoomPenaltyType |
RoomPenaltyType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RoomPenalty.setRoomPenaltyType(RoomPenaltyType roomPenaltyType) |
RoomPenalty |
RoomPenalty.withRoomPenaltyType(RoomPenaltyType type) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.