public static enum WorkflowContextConstants.ELEMENTS extends java.lang.Enum<WorkflowContextConstants.ELEMENTS>
| Enum Constant and Description |
|---|
WORKFLOW_ACTION |
WORKFLOW_CATCH |
WORKFLOW_CONNECTOR |
WORKFLOW_EVENT |
WORKFLOW_EXIT |
WORKFLOW_EXPRESSION |
WORKFLOW_FORK |
WORKFLOW_FUNCTION |
WORKFLOW_IF |
WORKFLOW_ROOT_PANEL |
WORKFLOW_SCRIPT |
WORKFLOW_STARTUP |
WORKFLOW_SWITCH |
WORKFLOW_TIMER |
WORKFLOW_UI_PROCEDURE |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowContextConstants.ELEMENTS |
getElementById(java.lang.String type) |
java.lang.String |
getId() |
boolean |
isAdditionalElement() |
static WorkflowContextConstants.ELEMENTS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowContextConstants.ELEMENTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_TIMER
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_EVENT
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_STARTUP
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_FUNCTION
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_ACTION
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_EXPRESSION
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_IF
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_FORK
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_UI_PROCEDURE
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_CATCH
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_EXIT
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_SWITCH
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_SCRIPT
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_CONNECTOR
public static final WorkflowContextConstants.ELEMENTS WORKFLOW_ROOT_PANEL
public static WorkflowContextConstants.ELEMENTS[] values()
for (WorkflowContextConstants.ELEMENTS c : WorkflowContextConstants.ELEMENTS.values()) System.out.println(c);
public static WorkflowContextConstants.ELEMENTS 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 nullpublic static WorkflowContextConstants.ELEMENTS getElementById(java.lang.String type)
public java.lang.String getId()
public boolean isAdditionalElement()