Uses of Class
org.api.cardtrader.enums.VersionEnum
| Package | Description |
|---|---|
| org.api.cardtrader.enums | |
| org.api.cardtrader.modele |
-
Uses of VersionEnum in org.api.cardtrader.enums
Methods in org.api.cardtrader.enums that return VersionEnum Modifier and Type Method Description static VersionEnumVersionEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VersionEnum[]VersionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionEnum in org.api.cardtrader.modele
Methods in org.api.cardtrader.modele that return VersionEnum Modifier and Type Method Description VersionEnumBluePrint. getVersion()Methods in org.api.cardtrader.modele with parameters of type VersionEnum Modifier and Type Method Description voidBluePrint. setVersion(VersionEnum version)