Uses of Enum Class
org.api.mtgstock.tools.MTGStockConstants.RARITY
Packages that use MTGStockConstants.RARITY
-
Uses of MTGStockConstants.RARITY in org.api.mtgstock.modele
Fields in org.api.mtgstock.modele declared as MTGStockConstants.RARITYMethods in org.api.mtgstock.modele that return MTGStockConstants.RARITYMethods in org.api.mtgstock.modele with parameters of type MTGStockConstants.RARITYModifier and TypeMethodDescriptionvoidPriceHash.setRarity(MTGStockConstants.RARITY rarity) voidPrint.setRarity(MTGStockConstants.RARITY rarity) -
Uses of MTGStockConstants.RARITY in org.api.mtgstock.services
Methods in org.api.mtgstock.services with parameters of type MTGStockConstants.RARITYModifier and TypeMethodDescriptionprotected PriceHashAbstractMTGStockService.parsePriceHashFor(com.google.gson.JsonObject obj, MTGStockConstants.RARITY r) -
Uses of MTGStockConstants.RARITY in org.api.mtgstock.tools
Methods in org.api.mtgstock.tools that return MTGStockConstants.RARITYModifier and TypeMethodDescriptionstatic MTGStockConstants.RARITYReturns the enum constant of this class with the specified name.static MTGStockConstants.RARITY[]MTGStockConstants.RARITY.values()Returns an array containing the constants of this enum class, in the order they are declared.