public static enum EditorResourceStatus.Variant extends java.lang.Enum<EditorResourceStatus.Variant>
Enum Constant and Description |
---|
ERROR
Indicates that an error has occurred.
|
INFO
Informs the user of non-critical information.
|
SUCCESS
Indicates that an operation was successful.
|
WARNING
Notifies the user of something important.
|
Modifier and Type | Method and Description |
---|---|
static EditorResourceStatus.Variant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditorResourceStatus.Variant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorResourceStatus.Variant SUCCESS
public static final EditorResourceStatus.Variant INFO
public static final EditorResourceStatus.Variant WARNING
public static final EditorResourceStatus.Variant ERROR
public static EditorResourceStatus.Variant[] values()
for (EditorResourceStatus.Variant c : EditorResourceStatus.Variant.values()) System.out.println(c);
public static EditorResourceStatus.Variant valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved