public enum ChecksumType extends java.lang.Enum<ChecksumType>
Enum Constant and Description |
---|
ADLER32 |
CRC32 |
FILE_SIZE |
MD5 |
MURMUR128 |
MURMUR32 |
SHA1 |
Modifier and Type | Method and Description |
---|---|
static ChecksumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChecksumType ADLER32
public static final ChecksumType CRC32
public static final ChecksumType MD5
public static final ChecksumType MURMUR32
public static final ChecksumType MURMUR128
public static final ChecksumType SHA1
public static final ChecksumType FILE_SIZE
public static ChecksumType[] values()
for (ChecksumType c : ChecksumType.values()) System.out.println(c);
public static ChecksumType 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 null
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.