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