public enum ChecksumMode extends java.lang.Enum<ChecksumMode>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
enabled(RequestMode rqm,
ChecksumMode ckm) |
static ChecksumMode |
modeFor(java.lang.String s) |
static ChecksumMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChecksumMode DMR
public static final ChecksumMode DAP
public static final ChecksumMode ALL
public static ChecksumMode[] values()
for (ChecksumMode c : ChecksumMode.values()) System.out.println(c);
public static ChecksumMode 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 boolean enabled(RequestMode rqm, ChecksumMode ckm)
public static ChecksumMode modeFor(java.lang.String s)