Uses of Enum Class
org.api.mtgstock.tools.MTGStockConstants.PRICES
Packages that use MTGStockConstants.PRICES
-
Uses of MTGStockConstants.PRICES in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return MTGStockConstants.PRICESMethods in org.api.mtgstock.modele that return types with arguments of type MTGStockConstants.PRICESModifier and TypeMethodDescriptionPriceHash.getAvg()SealedProduct.getLatestPrices()SealedPricesAnalysis.getPrices()SetPrices.getPrices()SetPricesAnalysis.getPrices()PriceHash.getSum()Methods in org.api.mtgstock.modele with parameters of type MTGStockConstants.PRICESModifier and TypeMethodDescriptionvoidPrices.put(MTGStockConstants.PRICES p, PriceVariations hp) voidSetPrices.put(MTGStockConstants.PRICES p, Double value) voidLowHighValues.setType(MTGStockConstants.PRICES type) Method parameters in org.api.mtgstock.modele with type arguments of type MTGStockConstants.PRICESModifier and TypeMethodDescriptionvoidPriceHash.setAvg(List<EntryValue<MTGStockConstants.PRICES, Double>> avg) voidSealedProduct.setLatestPrices(Map<MTGStockConstants.PRICES, Double> latestPrices) voidSetPrices.setPrices(Map<MTGStockConstants.PRICES, Double> prices) voidSetPricesAnalysis.setPrices(Map<MTGStockConstants.PRICES, PriceVariations> prices) voidPriceHash.setSum(List<EntryValue<MTGStockConstants.PRICES, Double>> sum) Constructors in org.api.mtgstock.modele with parameters of type MTGStockConstants.PRICES -
Uses of MTGStockConstants.PRICES in org.api.mtgstock.services
Methods in org.api.mtgstock.services with parameters of type MTGStockConstants.PRICESModifier and TypeMethodDescriptionPriceService.getPricesFor(Integer id, MTGStockConstants.PRICES categ) -
Uses of MTGStockConstants.PRICES in org.api.mtgstock.tools
Subclasses with type arguments of type MTGStockConstants.PRICES in org.api.mtgstock.toolsMethods in org.api.mtgstock.tools that return MTGStockConstants.PRICESModifier and TypeMethodDescriptionstatic MTGStockConstants.PRICESReturns the enum constant of this class with the specified name.static MTGStockConstants.PRICES[]MTGStockConstants.PRICES.values()Returns an array containing the constants of this enum class, in the order they are declared.