Package | Description |
---|---|
org.peddie.peer_tutoring.model |
Modifier and Type | Method and Description |
---|---|
Subject |
Query.getSubject() |
static Subject |
Subject.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subject[] |
Subject.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Subject> |
Tutor.getSubjects() |
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) |