| Enum Constant and Description |
|---|
APPLICATION_IDENTITY |
CHECKSUM |
COMPRESSED_BZIP2_FILENAME |
CREATED_DATE |
DATA_FILENAME |
FOLDER_NAME |
IS_COMPRESSED |
IS_ENCRYPTED |
MANIFEST_FILENAME |
MANIFEST_VERSION |
SHA512 |
TOTAL_BYTES |
TOTAL_BYTESWRITTEN |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MANIFEST_VERSION_1_0 |
java.lang.String |
property |
| Modifier and Type | Method and Description |
|---|---|
static Manifest |
getValue(java.lang.String prop) |
static Manifest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Manifest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Manifest MANIFEST_VERSION
public static final Manifest APPLICATION_IDENTITY
public static final Manifest CREATED_DATE
public static final Manifest DATA_FILENAME
public static final Manifest COMPRESSED_BZIP2_FILENAME
public static final Manifest MANIFEST_FILENAME
public static final Manifest FOLDER_NAME
public static final Manifest SHA512
public static final Manifest IS_COMPRESSED
public static final Manifest IS_ENCRYPTED
public static final Manifest TOTAL_BYTES
public static final Manifest TOTAL_BYTESWRITTEN
public static final Manifest CHECKSUM
public java.lang.String property
public static final java.lang.String MANIFEST_VERSION_1_0
public static Manifest[] values()
for (Manifest c : Manifest.values()) System.out.println(c);
public static Manifest 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 static Manifest getValue(java.lang.String prop)