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