Package org.pentaho.di.base
Enum Class CommandExecutorCodes.Pan
- All Implemented Interfaces:
Serializable
,Comparable<CommandExecutorCodes.Pan>
,Constable
- Enclosing class:
- CommandExecutorCodes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandExecutorCodes.Pan
getByCode
(int code) int
getCode()
static boolean
isFailedExecution
(int code) void
setCode
(int code) void
setDescription
(String description) static CommandExecutorCodes.Pan
Returns the enum constant of this class with the specified name.static CommandExecutorCodes.Pan[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUCCESS
-
ERRORS_DURING_PROCESSING
-
UNEXPECTED_ERROR
-
UNABLE_TO_PREP_INIT_TRANS
-
KETTLE_VERSION_PRINT
-
COULD_NOT_LOAD_TRANS
-
ERROR_LOADING_STEPS_PLUGINS
-
CMD_LINE_PRINT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
public int getCode() -
setCode
public void setCode(int code) -
getDescription
-
setDescription
-
getByCode
-
isFailedExecution
public static boolean isFailedExecution(int code)
-