Uses of Enum Class
org.api.cardtrader.enums.StateEnum
Packages that use StateEnum
-
Uses of StateEnum in org.api.cardtrader.enums
Methods in org.api.cardtrader.enums that return StateEnumModifier and TypeMethodDescriptionstatic StateEnumStateEnum.parseByLabel(String s) static StateEnumReturns the enum constant of this class with the specified name.static StateEnum[]StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StateEnum in org.api.cardtrader.modele
Methods in org.api.cardtrader.modele that return StateEnumMethods in org.api.cardtrader.modele with parameters of type StateEnum