Uses of Enum Class
edu.ucsb.cs156.organic.controllers.StudentsController.Status
Packages that use StudentsController.Status
- 
Uses of StudentsController.Status in edu.ucsb.cs156.organic.controllers
Methods in edu.ucsb.cs156.organic.controllers that return StudentsController.StatusModifier and TypeMethodDescriptionStudentsController.upsertStudent(Student student, Course course) static StudentsController.StatusReturns the enum constant of this class with the specified name.static StudentsController.Status[]StudentsController.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.