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