public enum ChecksumResultCode extends Enum<ChecksumResultCode>
| Enum Constant and Description |
|---|
BITSTREAM_INFO_NOT_FOUND |
BITSTREAM_MARKED_DELETED |
BITSTREAM_NOT_FOUND |
BITSTREAM_NOT_PROCESSED |
CHECKSUM_ALGORITHM_INVALID |
CHECKSUM_MATCH |
CHECKSUM_NO_MATCH |
CHECKSUM_PREV_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChecksumResultCode BITSTREAM_NOT_FOUND
public static final ChecksumResultCode BITSTREAM_INFO_NOT_FOUND
public static final ChecksumResultCode BITSTREAM_NOT_PROCESSED
public static final ChecksumResultCode BITSTREAM_MARKED_DELETED
public static final ChecksumResultCode CHECKSUM_MATCH
public static final ChecksumResultCode CHECKSUM_NO_MATCH
public static final ChecksumResultCode CHECKSUM_PREV_NOT_FOUND
public static final ChecksumResultCode CHECKSUM_ALGORITHM_INVALID
public static ChecksumResultCode[] values()
for (ChecksumResultCode c : ChecksumResultCode.values()) System.out.println(c);
public static ChecksumResultCode 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 DuraSpace. All rights reserved.