Uses of Enum Class
BudgetDataManager.BudgetType
Packages that use BudgetDataManager.BudgetType
-
Uses of BudgetDataManager.BudgetType in Unnamed Package
Subclasses with type arguments of type BudgetDataManager.BudgetType in Unnamed PackageModifier and TypeClassDescriptionstatic enumDefines the type of budget data requested.Methods in Unnamed Package that return BudgetDataManager.BudgetTypeModifier and TypeMethodDescriptionstatic BudgetDataManager.BudgetTypeReturns the enum constant of this class with the specified name.static BudgetDataManager.BudgetType[]BudgetDataManager.BudgetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in Unnamed Package with parameters of type BudgetDataManager.BudgetTypeModifier and TypeMethodDescriptionstatic BigDecimal[]BudgetDataManager.getBudgetData(int year, BudgetDataManager.BudgetType type) Returns budget statistics for a given year and budget type.