| Package | Description |
|---|---|
| org.peddie.peer_tutoring.model |
| Modifier and Type | Method and Description |
|---|---|
DutyDay |
Query.getDutyDay() |
static DutyDay |
DutyDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DutyDay[] |
DutyDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DutyDay> |
Tutor.getDutyDays() |
| Constructor and Description |
|---|
Query(Subject subject,
Dorm dorm,
DutyDay dutyDay) |
| Constructor and Description |
|---|
Tutor(String name,
String emailPrefix,
Dorm dorm,
Set<DutyDay> dutyDays,
Set<Subject> subjects) |