public static enum PropVerificationError.Severity extends Enum<PropVerificationError.Severity>
Modifier and Type | Method and Description |
---|---|
static PropVerificationError.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropVerificationError.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropVerificationError.Severity WARNING
public static final PropVerificationError.Severity ERROR
public static PropVerificationError.Severity[] values()
for (PropVerificationError.Severity c : PropVerificationError.Severity.values()) System.out.println(c);
public static PropVerificationError.Severity 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 nulliizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.