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