Package | Description |
---|---|
org.optaplanner.examples.nurserostering.domain | |
org.optaplanner.examples.nurserostering.domain.contract |
Modifier and Type | Method and Description |
---|---|
static WeekendDefinition |
WeekendDefinition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekendDefinition |
WeekendDefinition.valueOfCode(String code) |
static WeekendDefinition[] |
WeekendDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WeekendDefinition |
Contract.getWeekendDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
Contract.setWeekendDefinition(WeekendDefinition weekendDefinition) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.