Uses of Class
net.anotheria.anosite.gen.shared.data.ExperimentDistributionEnum
-
Packages that use ExperimentDistributionEnum Package Description net.anotheria.anosite.gen.shared.data -
-
Uses of ExperimentDistributionEnum in net.anotheria.anosite.gen.shared.data
Methods in net.anotheria.anosite.gen.shared.data that return ExperimentDistributionEnum Modifier and Type Method Description static ExperimentDistributionEnumExperimentDistributionEnum. getConstantByValue(int value)static ExperimentDistributionEnumExperimentDistributionEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExperimentDistributionEnum[]ExperimentDistributionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-