Uses of Enum Class
org.api.mtgstock.tools.MTGStockConstants.PRICES
Packages that use MTGStockConstants.PRICES
-
Uses of MTGStockConstants.PRICES in org.api.mtgstock.modele
Fields in org.api.mtgstock.modele with type parameters of type MTGStockConstants.PRICESModifier and TypeFieldDescriptionprotected Map<MTGStockConstants.PRICES, Double> Print.latestPricesMethods in org.api.mtgstock.modele that return MTGStockConstants.PRICESModifier and TypeMethodDescriptionPriceVariations.getCateg()Interest.getCategory()LowHighValues.getType()Methods in org.api.mtgstock.modele that return types with arguments of type MTGStockConstants.PRICESModifier and TypeMethodDescriptionPriceHash.getAvg()Print.getLatestPrices()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) voidInterest.setCategory(MTGStockConstants.PRICES category) 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) voidPrint.setLatestPrices(Map<MTGStockConstants.PRICES, Double> latestPrices) 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 TypeMethodDescriptionInterestsService.getInterestFor(MTGStockConstants.PRICES c) InterestsService.getInterestFor(MTGStockConstants.PRICES c, boolean foil) InterestsService.getInterestFor(MTGStockConstants.PRICES c, boolean foil, MTGStockConstants.FORMAT f) InterestsService.getInterestFor(MTGStockConstants.PRICES c, MTGStockConstants.FORMAT f) PriceService.getPricesFor(Integer id, MTGStockConstants.PRICES categ, boolean foil) AbstractMTGStockService.parseInterestFor(MTGStockConstants.PRICES c, com.google.gson.JsonArray interests) -
Uses of MTGStockConstants.PRICES in org.api.mtgstock.tools
Methods 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.