public static enum EtlLauncher.ErrorCode extends java.lang.Enum<EtlLauncher.ErrorCode>
Enum Constant and Description |
---|
FAILED |
FILE_NOT_FOUND |
OK |
UNRECOGNIZED_OPTION |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
static EtlLauncher.ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EtlLauncher.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtlLauncher.ErrorCode OK
public static final EtlLauncher.ErrorCode FAILED
public static final EtlLauncher.ErrorCode FILE_NOT_FOUND
public static final EtlLauncher.ErrorCode UNRECOGNIZED_OPTION
public static EtlLauncher.ErrorCode[] values()
for (EtlLauncher.ErrorCode c : EtlLauncher.ErrorCode.values()) System.out.println(c);
public static EtlLauncher.ErrorCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getErrorCode()
Copyright © Copyright 2006-2019 The Scriptella Project Team.