public enum ChecksumMode extends Enum<ChecksumMode>
Modifier and Type | Method and Description |
---|---|
static boolean |
enabled(RequestMode rqm,
ChecksumMode ckm) |
static ChecksumMode |
modeFor(String s) |
static ChecksumMode |
valueOf(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(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 nullpublic static boolean enabled(RequestMode rqm, ChecksumMode ckm)
public static ChecksumMode modeFor(String s)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.