Uses of Enum Class
com.omarigrant.budget.model.enums.Frequencies
Packages that use Frequencies
Package
Description
-
Uses of Frequencies in com.omarigrant.budget.controller.api
Methods in com.omarigrant.budget.controller.api that return types with arguments of type FrequenciesModifier and TypeMethodDescriptionFrequencyController.getAllFrequencies()Show all frequencies handled by application -
Uses of Frequencies in com.omarigrant.budget.model.budget.calculate.factory
Constructors in com.omarigrant.budget.model.budget.calculate.factory with parameters of type FrequenciesModifierConstructorDescriptionCalculateFactory(Frequencies fromFrequencies, LocalDate baseDate) Constructor to set the selectedCalculator -
Uses of Frequencies in com.omarigrant.budget.model.enums
Methods in com.omarigrant.budget.model.enums that return FrequenciesModifier and TypeMethodDescriptionstatic FrequenciesReturns the enum constant of this class with the specified name.static Frequencies[]Frequencies.values()Returns an array containing the constants of this enum class, in the order they are declared.