Uses of Class
com.evolveum.midpoint.common.configuration.api.ProfilingMode
-
Packages that use ProfilingMode Package Description com.evolveum.midpoint.common.configuration.api -
-
Uses of ProfilingMode in com.evolveum.midpoint.common.configuration.api
Methods in com.evolveum.midpoint.common.configuration.api that return ProfilingMode Modifier and Type Method Description static ProfilingModeProfilingMode. fromValue(String value)@NotNull ProfilingModeMidpointConfiguration. getProfilingMode()static ProfilingModeProfilingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfilingMode[]ProfilingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-