public static enum DataBaseConnector.StatusElement extends Enum<DataBaseConnector.StatusElement>
| Enum Constant and Description |
|---|
HAS_ERRORS |
IN_PROCESS |
IS_PROCESSED |
LAST_COMPONENT |
TOTAL |
| Modifier and Type | Method and Description |
|---|---|
static DataBaseConnector.StatusElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBaseConnector.StatusElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataBaseConnector.StatusElement HAS_ERRORS
public static final DataBaseConnector.StatusElement IS_PROCESSED
public static final DataBaseConnector.StatusElement IN_PROCESS
public static final DataBaseConnector.StatusElement TOTAL
public static final DataBaseConnector.StatusElement LAST_COMPONENT
public static DataBaseConnector.StatusElement[] values()
for (DataBaseConnector.StatusElement c : DataBaseConnector.StatusElement.values()) System.out.println(c);
public static DataBaseConnector.StatusElement 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 © 2018 JULIE Lab, Germany. All rights reserved.