public static enum AndroidInstallConfig.ConcurrentInstall extends Enum<AndroidInstallConfig.ConcurrentInstall> implements WithProbability
Enum Constant and Description |
---|
DISABLED |
ENABLED |
EXPERIMENT |
Modifier and Type | Method and Description |
---|---|
double |
getProbability() |
static AndroidInstallConfig.ConcurrentInstall |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidInstallConfig.ConcurrentInstall[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidInstallConfig.ConcurrentInstall ENABLED
public static final AndroidInstallConfig.ConcurrentInstall DISABLED
public static final AndroidInstallConfig.ConcurrentInstall EXPERIMENT
public static AndroidInstallConfig.ConcurrentInstall[] values()
for (AndroidInstallConfig.ConcurrentInstall c : AndroidInstallConfig.ConcurrentInstall.values()) System.out.println(c);
public static AndroidInstallConfig.ConcurrentInstall valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic double getProbability()
getProbability
in interface WithProbability