public static enum FormattingProgressCallback.EventType extends java.lang.Enum<FormattingProgressCallback.EventType>
| Modifier and Type | Method and Description |
|---|---|
static FormattingProgressCallback.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormattingProgressCallback.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormattingProgressCallback.EventType SUCCESS
public static final FormattingProgressCallback.EventType CANCEL
public static FormattingProgressCallback.EventType[] values()
for (FormattingProgressCallback.EventType c : FormattingProgressCallback.EventType.values()) System.out.println(c);
public static FormattingProgressCallback.EventType 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 null