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