Uses of Enum Class
sc2002.FCS1.grp2.Applicant.Menu
Packages that use Applicant.Menu
-
Uses of Applicant.Menu in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 declared as Applicant.MenuMethods in sc2002.FCS1.grp2 that return Applicant.MenuModifier and TypeMethodDescriptionstatic Applicant.MenuApplicant.Menu.fromOrdinal(int o) Get the menu value based on index.static Applicant.MenuReturns the enum constant of this class with the specified name.static Applicant.Menu[]Applicant.Menu.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 Applicant.MenuModifier and TypeMethodDescriptionstatic voidApplicantActions.handleAction(Applicant.Menu option, Applicant user) Point of entry, to be handed over fromBTOManagementApplication