public static enum ValidationOptionsForCreate.LevelsEnum extends Enum<ValidationOptionsForCreate.LevelsEnum>
| Modifier and Type | Method and Description |
|---|---|
static ValidationOptionsForCreate.LevelsEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ValidationOptionsForCreate.LevelsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationOptionsForCreate.LevelsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationOptionsForCreate.LevelsEnum WARNING
public static final ValidationOptionsForCreate.LevelsEnum ERROR
public static ValidationOptionsForCreate.LevelsEnum[] values()
for (ValidationOptionsForCreate.LevelsEnum c : ValidationOptionsForCreate.LevelsEnum.values()) System.out.println(c);
public static ValidationOptionsForCreate.LevelsEnum 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 getValue()
public String toString()
toString in class Enum<ValidationOptionsForCreate.LevelsEnum>public static ValidationOptionsForCreate.LevelsEnum fromValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.