Uses of Enum Class
Model.Appointment.Status
Packages that use Appointment.Status
-
Uses of Appointment.Status in Model
Methods in Model that return Appointment.StatusModifier 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.Methods in Model with parameters of type Appointment.Status -
Uses of Appointment.Status in Singletons
Methods in Singletons with parameters of type Appointment.StatusModifier 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