Uses of Enum Class
Model.Appointment.Status
-
Uses of Appointment.Status in Model
Modifier and TypeMethodDescriptionAppointment.getStatus()
static Appointment.Status
Returns the enum constant of this class with the specified name.static Appointment.Status[]
Appointment.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Appointment.Status in Singletons
Modifier and TypeMethodDescriptionAppointmentFilter.filterByStatus
(Appointment.Status status) AppointmentManager.getAppointmentsByDoctorId
(String id, Appointment.Status status) Get a list of appointments for a given doctorAppointmentManager.getAppointmentsByStatus
(Appointment.Status status) Get a list of appointments with a given status