Uses of Class
org.spectrumauctions.sats.core.api.SeedType
-
Packages that use SeedType Package Description org.spectrumauctions.sats.core.api -
-
Uses of SeedType in org.spectrumauctions.sats.core.api
Methods in org.spectrumauctions.sats.core.api that return SeedType Modifier and Type Method Description static SeedTypeSeedType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SeedType[]SeedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spectrumauctions.sats.core.api with parameters of type SeedType Modifier and Type Method Description voidModelCreator.Builder. setSeedType(SeedType seedType)
-