Uses of Class
org.api.mtgstock.tools.MTGStockConstants.PRICES
| Package | Description |
|---|---|
| org.api.mtgstock.modele | |
| org.api.mtgstock.services | |
| org.api.mtgstock.tools |
-
Uses of MTGStockConstants.PRICES in org.api.mtgstock.modele
Fields in org.api.mtgstock.modele with type parameters of type MTGStockConstants.PRICES Modifier and Type Field Description protected java.util.Map<MTGStockConstants.PRICES,java.lang.Double>Print. latestPricesMethods in org.api.mtgstock.modele that return MTGStockConstants.PRICES Modifier and Type Method Description MTGStockConstants.PRICESPriceVariations. getCateg()MTGStockConstants.PRICESLowHighValues. getType()Methods in org.api.mtgstock.modele that return types with arguments of type MTGStockConstants.PRICES Modifier and Type Method Description java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>>PriceHash. getAvg()java.util.Map<MTGStockConstants.PRICES,java.lang.Double>Print. getLatestPrices()java.util.Map<MTGStockConstants.PRICES,java.lang.Double>SetPrices. getPrices()java.util.Map<MTGStockConstants.PRICES,PriceVariations>SetPricesAnalysis. getPrices()java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>>PriceHash. getSum()Methods in org.api.mtgstock.modele with parameters of type MTGStockConstants.PRICES Modifier and Type Method Description PriceVariationsPrices. getPricesVariationsFor(MTGStockConstants.PRICES p)voidPrices. put(MTGStockConstants.PRICES p, PriceVariations hp)voidSetPrices. put(MTGStockConstants.PRICES p, java.lang.Double value)voidLowHighValues. setType(MTGStockConstants.PRICES type)Method parameters in org.api.mtgstock.modele with type arguments of type MTGStockConstants.PRICES Modifier and Type Method Description voidPriceHash. setAvg(java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>> avg)voidPrint. setLatestPrices(java.util.Map<MTGStockConstants.PRICES,java.lang.Double> latestPrices)voidSetPrices. setPrices(java.util.Map<MTGStockConstants.PRICES,java.lang.Double> prices)voidSetPricesAnalysis. setPrices(java.util.Map<MTGStockConstants.PRICES,PriceVariations> prices)voidPriceHash. setSum(java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>> sum)Constructors in org.api.mtgstock.modele with parameters of type MTGStockConstants.PRICES Constructor Description PriceVariations(MTGStockConstants.PRICES categ) -
Uses of MTGStockConstants.PRICES in org.api.mtgstock.services
Methods in org.api.mtgstock.services with parameters of type MTGStockConstants.PRICES Modifier and Type Method Description PriceVariationsPriceService. getPricesFor(java.lang.Integer id, MTGStockConstants.PRICES categ) -
Uses of MTGStockConstants.PRICES in org.api.mtgstock.tools
Methods in org.api.mtgstock.tools that return MTGStockConstants.PRICES Modifier and Type Method Description static MTGStockConstants.PRICESMTGStockConstants.PRICES. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MTGStockConstants.PRICES[]MTGStockConstants.PRICES. values()Returns an array containing the constants of this enum type, in the order they are declared.