public static enum WarpScriptAuditStatement.STATEMENT_TYPE extends java.lang.Enum<WarpScriptAuditStatement.STATEMENT_TYPE>
| Enum Constant and Description |
|---|
FUNCTION_CALL |
UNKNOWN |
WS_EARLY_BINDING |
WS_EXCEPTION |
WS_LOAD |
WS_RUN |
| Modifier and Type | Method and Description |
|---|---|
static WarpScriptAuditStatement.STATEMENT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WarpScriptAuditStatement.STATEMENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WarpScriptAuditStatement.STATEMENT_TYPE FUNCTION_CALL
public static final WarpScriptAuditStatement.STATEMENT_TYPE WS_EXCEPTION
public static final WarpScriptAuditStatement.STATEMENT_TYPE WS_EARLY_BINDING
public static final WarpScriptAuditStatement.STATEMENT_TYPE WS_LOAD
public static final WarpScriptAuditStatement.STATEMENT_TYPE WS_RUN
public static final WarpScriptAuditStatement.STATEMENT_TYPE UNKNOWN
public static WarpScriptAuditStatement.STATEMENT_TYPE[] values()
for (WarpScriptAuditStatement.STATEMENT_TYPE c : WarpScriptAuditStatement.STATEMENT_TYPE.values()) System.out.println(c);
public static WarpScriptAuditStatement.STATEMENT_TYPE 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