Uses of Class
org.api.mtgstock.tools.MTGStockConstants.RARITY
| Package | Description |
|---|---|
| org.api.mtgstock.modele | |
| org.api.mtgstock.services | |
| org.api.mtgstock.tools |
-
Uses of MTGStockConstants.RARITY in org.api.mtgstock.modele
Fields in org.api.mtgstock.modele declared as MTGStockConstants.RARITY Modifier and Type Field Description protected MTGStockConstants.RARITYPrint. rarityMethods in org.api.mtgstock.modele that return MTGStockConstants.RARITY Modifier and Type Method Description MTGStockConstants.RARITYPriceHash. getRarity()MTGStockConstants.RARITYPrint. getRarity()Methods in org.api.mtgstock.modele with parameters of type MTGStockConstants.RARITY Modifier and Type Method Description voidPriceHash. 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.RARITY Modifier and Type Method Description protected 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.RARITY Modifier and Type Method Description static MTGStockConstants.RARITYMTGStockConstants.RARITY. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MTGStockConstants.RARITY[]MTGStockConstants.RARITY. values()Returns an array containing the constants of this enum type, in the order they are declared.