public enum ConsistencyCheckScope extends Enum<ConsistencyCheckScope>
| Enum Constant and Description |
|---|
MANDATORY_CHECKS_ONLY
Mandatory checks, e.g.
|
THOROUGH
Full-scale checks.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsistencyCheckScope |
fromBoolean(boolean consistencyChecksSwitchValue) |
boolean |
isThorough() |
static ConsistencyCheckScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyCheckScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsistencyCheckScope THOROUGH
public static final ConsistencyCheckScope MANDATORY_CHECKS_ONLY
public static ConsistencyCheckScope[] values()
for (ConsistencyCheckScope c : ConsistencyCheckScope.values()) System.out.println(c);
public static ConsistencyCheckScope 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 boolean isThorough()
public static ConsistencyCheckScope fromBoolean(boolean consistencyChecksSwitchValue)
Copyright © 2021 Evolveum. All rights reserved.