public static enum CompressionNode.CompressionOp extends Enum<CompressionNode.CompressionOp>
Enum Constant and Description |
---|
Compress |
Uncompress |
Modifier and Type | Method and Description |
---|---|
static CompressionNode.CompressionOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionNode.CompressionOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompressionNode.CompressionOp Compress
public static final CompressionNode.CompressionOp Uncompress
public static CompressionNode.CompressionOp[] values()
for (CompressionNode.CompressionOp c : CompressionNode.CompressionOp.values()) System.out.println(c);
public static CompressionNode.CompressionOp 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 null