Uses of Enum Class
sc2002.FCS1.grp2.WithdrawalStatus
Packages that use WithdrawalStatus
-
Uses of WithdrawalStatus in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 declared as WithdrawalStatusModifier and TypeFieldDescriptionprivate WithdrawalStatusApplication.withdrawalStatusWhether if this application shall be invalidated due to withdrawal.Methods in sc2002.FCS1.grp2 that return WithdrawalStatusModifier and TypeMethodDescriptionstatic WithdrawalStatusWithdrawalStatus.fromString(String value) Decode from string contentApplication.getWithdrawalStatus()Get the withdrawal status.static WithdrawalStatusReturns the enum constant of this class with the specified name.static WithdrawalStatus[]WithdrawalStatus.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 WithdrawalStatusModifier and TypeMethodDescriptionvoidApplication.setWithdrawalStatus(WithdrawalStatus withdrawalStatus) Set the withdrawal status.