Uses of Enum Class
sc2002.FCS1.grp2.ApplicationStatus
Packages that use ApplicationStatus
-
Uses of ApplicationStatus in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 declared as ApplicationStatusModifier and TypeFieldDescriptionprivate ApplicationStatusApplication.statusThe status of this application.Methods in sc2002.FCS1.grp2 that return ApplicationStatusModifier and TypeMethodDescriptionstatic ApplicationStatusApplicationStatus.fromString(String value) Application.getStatus()Get the application's status.static ApplicationStatusReturns the enum constant of this class with the specified name.static ApplicationStatus[]ApplicationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc2002.FCS1.grp2 with parameters of type ApplicationStatusModifier and TypeMethodDescriptionvoidApplication.setStatus(ApplicationStatus status) Update status and update last updated time.