public static enum ConsistencyCheckInfo.ConsistencyProblemInfo.Status extends Enum<ConsistencyCheckInfo.ConsistencyProblemInfo.Status>
| Modifier and Type | Method and Description |
|---|---|
static ConsistencyCheckInfo.ConsistencyProblemInfo.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyCheckInfo.ConsistencyProblemInfo.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsistencyCheckInfo.ConsistencyProblemInfo.Status ERROR
public static final ConsistencyCheckInfo.ConsistencyProblemInfo.Status WARNING
public static ConsistencyCheckInfo.ConsistencyProblemInfo.Status[] values()
for (ConsistencyCheckInfo.ConsistencyProblemInfo.Status c : ConsistencyCheckInfo.ConsistencyProblemInfo.Status.values()) System.out.println(c);
public static ConsistencyCheckInfo.ConsistencyProblemInfo.Status 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 nullCopyright © 2018. All rights reserved.