public enum AtmosResultHeader extends Enum<AtmosResultHeader>
Enum Constant and Description |
---|
DELETED_PATH |
DOWNLOADED_FILE |
DOWNLOADED_FILES |
FOUND_FILES |
MOVED_PATH |
UPLOADED_FILE |
UPLOADED_FILES |
Modifier and Type | Method and Description |
---|---|
static AtmosResultHeader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtmosResultHeader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtmosResultHeader DOWNLOADED_FILE
public static final AtmosResultHeader DOWNLOADED_FILES
public static final AtmosResultHeader UPLOADED_FILE
public static final AtmosResultHeader UPLOADED_FILES
public static final AtmosResultHeader FOUND_FILES
public static final AtmosResultHeader DELETED_PATH
public static final AtmosResultHeader MOVED_PATH
public static AtmosResultHeader[] values()
for (AtmosResultHeader c : AtmosResultHeader.values()) System.out.println(c);
public static AtmosResultHeader 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 nullApache Camel