public static enum LoadingError.ErrorProperty extends Enum<LoadingError.ErrorProperty>
| Enum Constant and Description |
|---|
BYTE_OFFSET |
CATEGORY |
CHARACTER |
CODE |
COLUMN_NAME |
ERROR |
LINE |
ROW_NUMBER |
ROW_START_LINE |
SQL_STATE |
| Modifier and Type | Method and Description |
|---|---|
static LoadingError.ErrorProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadingError.ErrorProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadingError.ErrorProperty ERROR
public static final LoadingError.ErrorProperty LINE
public static final LoadingError.ErrorProperty CHARACTER
public static final LoadingError.ErrorProperty BYTE_OFFSET
public static final LoadingError.ErrorProperty CATEGORY
public static final LoadingError.ErrorProperty CODE
public static final LoadingError.ErrorProperty SQL_STATE
public static final LoadingError.ErrorProperty COLUMN_NAME
public static final LoadingError.ErrorProperty ROW_NUMBER
public static final LoadingError.ErrorProperty ROW_START_LINE
public static LoadingError.ErrorProperty[] values()
for (LoadingError.ErrorProperty c : LoadingError.ErrorProperty.values()) System.out.println(c);
public static LoadingError.ErrorProperty 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 © 2017. All rights reserved.