Uses of Class
com.evolveum.midpoint.schema.internals.TestingPaths
-
Packages that use TestingPaths Package Description com.evolveum.midpoint.schema.internals -
-
Uses of TestingPaths in com.evolveum.midpoint.schema.internals
Methods in com.evolveum.midpoint.schema.internals that return TestingPaths Modifier and Type Method Description static TestingPaths
InternalsConfig. getTestingPaths()
static TestingPaths
TestingPaths. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestingPaths[]
TestingPaths. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.schema.internals with parameters of type TestingPaths Modifier and Type Method Description static void
InternalsConfig. setTestingPaths(TestingPaths testingPaths)
-