public enum AnypointMQError extends Enum<AnypointMQError> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<AnypointMQError>
| Enum Constant and Description |
|---|
CONNECTIVITY |
RESOURCE_NOT_FOUND |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static AnypointMQError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnypointMQError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnypointMQError CONNECTIVITY
public static final AnypointMQError RESOURCE_NOT_FOUND
public static final AnypointMQError UNKNOWN
public static AnypointMQError[] values()
for (AnypointMQError c : AnypointMQError.values()) System.out.println(c);
public static AnypointMQError 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 nullpublic Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<AnypointMQError>Copyright © 2018 MuleSoft, Inc.. All rights reserved.