public static enum Commands.ChecksumType extends Enum<Commands.ChecksumType>
| Modifier and Type | Method and Description |
|---|---|
static Commands.ChecksumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Commands.ChecksumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Commands.ChecksumType Crc32c
public static final Commands.ChecksumType None
public static Commands.ChecksumType[] values()
for (Commands.ChecksumType c : Commands.ChecksumType.values()) System.out.println(c);
public static Commands.ChecksumType 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–2022 Apache Software Foundation. All rights reserved.