public enum MTFToolsErrorDefinition extends Enum<MTFToolsErrorDefinition> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<MTFToolsErrorDefinition>
ErrorTypeDefinition for MTF Tools Extension| Enum Constant and Description |
|---|
QUEUE_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static MTFToolsErrorDefinition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTFToolsErrorDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTFToolsErrorDefinition QUEUE_TIMEOUT
public static MTFToolsErrorDefinition[] values()
for (MTFToolsErrorDefinition c : MTFToolsErrorDefinition.values()) System.out.println(c);
public static MTFToolsErrorDefinition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 MuleSoft, Inc.. All rights reserved.