public enum ProgressEventMode extends java.lang.Enum<ProgressEventMode>
| Enum Constant and Description |
|---|
Compression |
Decompression |
| Modifier and Type | Method and Description |
|---|---|
static ProgressEventMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProgressEventMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgressEventMode Compression
public static final ProgressEventMode Decompression
public static ProgressEventMode[] values()
for (ProgressEventMode c : ProgressEventMode.values()) System.out.println(c);
public static ProgressEventMode 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 nullCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved