public enum EnumPipelineErrorType extends Enum<EnumPipelineErrorType>
Enum Constant and Description |
---|
COPY_TO_CLEAN_DB_FAILURE |
DATA_LOADING_FAILURE |
TRANSFORMER_FAILURE |
Modifier and Type | Method and Description |
---|---|
static EnumPipelineErrorType |
fromId(int id) |
int |
toId() |
static EnumPipelineErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumPipelineErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPipelineErrorType TRANSFORMER_FAILURE
public static final EnumPipelineErrorType DATA_LOADING_FAILURE
public static final EnumPipelineErrorType COPY_TO_CLEAN_DB_FAILURE
public static EnumPipelineErrorType[] values()
for (EnumPipelineErrorType c : EnumPipelineErrorType.values()) System.out.println(c);
public static EnumPipelineErrorType 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 int toId()
public static EnumPipelineErrorType fromId(int id) throws ModelException
ModelException
Copyright © 2013. All Rights Reserved.