public static enum WebViewableUtilities.Event extends java.lang.Enum<WebViewableUtilities.Event>
Enum Constant and Description |
---|
FireEnd |
FireStart |
Initialize |
WorkflowClosed |
WorkflowExecutionEnd |
WorkflowExecutionStart |
Modifier and Type | Method and Description |
---|---|
static WebViewableUtilities.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebViewableUtilities.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebViewableUtilities.Event FireStart
public static final WebViewableUtilities.Event FireEnd
public static final WebViewableUtilities.Event Initialize
public static final WebViewableUtilities.Event WorkflowClosed
public static final WebViewableUtilities.Event WorkflowExecutionStart
public static final WebViewableUtilities.Event WorkflowExecutionEnd
public static WebViewableUtilities.Event[] values()
for (WebViewableUtilities.Event c : WebViewableUtilities.Event.values()) System.out.println(c);
public static WebViewableUtilities.Event 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