public enum EErrorType extends Enum<EErrorType>
Enum Constant and Description |
---|
sperror |
spfatalabort |
spfatalerror |
sphint |
spmssqlrecover |
spppdifferencetext |
sppperror |
spppexception |
spwarning |
spwarningdbobject |
Modifier and Type | Method and Description |
---|---|
static EErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EErrorType sperror
public static final EErrorType spfatalerror
public static final EErrorType spfatalabort
public static final EErrorType spwarning
public static final EErrorType sphint
public static final EErrorType sppperror
public static final EErrorType spppexception
public static final EErrorType spppdifferencetext
public static final EErrorType spmssqlrecover
public static final EErrorType spwarningdbobject
public static EErrorType[] values()
for (EErrorType c : EErrorType.values()) System.out.println(c);
public static EErrorType 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 nullCopyright © 2019. All rights reserved.