Uses of Class
de.tilman_neumann.jml.factor.TestMode
-
Packages that use TestMode Package Description de.tilman_neumann.jml.factor -
-
Uses of TestMode in de.tilman_neumann.jml.factor
Methods in de.tilman_neumann.jml.factor that return TestMode Modifier and Type Method Description static TestMode
TestMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestMode[]
TestMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-