Uses of Class
org.api.mtgstock.tools.MTGStockConstants.CATEGORY
| Package | Description |
|---|---|
| org.api.mtgstock.modele | |
| org.api.mtgstock.services | |
| org.api.mtgstock.tools |
-
Uses of MTGStockConstants.CATEGORY in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return MTGStockConstants.CATEGORY Modifier and Type Method Description MTGStockConstants.CATEGORYInterest. getCategory()Methods in org.api.mtgstock.modele with parameters of type MTGStockConstants.CATEGORY Modifier and Type Method Description voidInterest. setCategory(MTGStockConstants.CATEGORY category) -
Uses of MTGStockConstants.CATEGORY in org.api.mtgstock.services
Methods in org.api.mtgstock.services with parameters of type MTGStockConstants.CATEGORY Modifier and Type Method Description java.util.List<Interest>InterestsService. getInterestFor(MTGStockConstants.CATEGORY c)java.util.List<Interest>InterestsService. getInterestFor(MTGStockConstants.CATEGORY c, boolean foil)java.util.List<Interest>InterestsService. getInterestFor(MTGStockConstants.CATEGORY c, boolean foil, MTGStockConstants.FORMAT f)java.util.List<Interest>InterestsService. getInterestFor(MTGStockConstants.CATEGORY c, MTGStockConstants.FORMAT f)protected java.util.List<Interest>AbstractMTGStockService. parseInterestFor(MTGStockConstants.CATEGORY c, com.google.gson.JsonArray interests) -
Uses of MTGStockConstants.CATEGORY in org.api.mtgstock.tools
Methods in org.api.mtgstock.tools that return MTGStockConstants.CATEGORY Modifier and Type Method Description static MTGStockConstants.CATEGORYMTGStockConstants.CATEGORY. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MTGStockConstants.CATEGORY[]MTGStockConstants.CATEGORY. values()Returns an array containing the constants of this enum type, in the order they are declared.