public enum ErrorDictionary extends Enum<ErrorDictionary>
| Enum Constant and Description |
|---|
ACTION_ERROR |
ACTION_MISSING |
BAD_FORMAT |
COMPONENT_MISSING |
CONFIGURATION_MISSING |
DESIGN_MODEL_MISSING |
FAMILY_MISSING |
ICON_MISSING |
PLUGIN_MISSING |
UNAUTHORIZED |
UNEXPECTED |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDictionary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorDictionary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorDictionary PLUGIN_MISSING
public static final ErrorDictionary FAMILY_MISSING
public static final ErrorDictionary COMPONENT_MISSING
public static final ErrorDictionary CONFIGURATION_MISSING
public static final ErrorDictionary ICON_MISSING
public static final ErrorDictionary ACTION_MISSING
public static final ErrorDictionary ACTION_ERROR
public static final ErrorDictionary BAD_FORMAT
public static final ErrorDictionary DESIGN_MODEL_MISSING
public static final ErrorDictionary UNEXPECTED
public static final ErrorDictionary UNAUTHORIZED
public static ErrorDictionary[] values()
for (ErrorDictionary c : ErrorDictionary.values()) System.out.println(c);
public static ErrorDictionary 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 null1.1.27 - Copyright © 2018 Talend Component Kit Documentation