public static enum AColGroup.CompressionType extends Enum<AColGroup.CompressionType>
Enum Constant and Description |
---|
CONST |
DDC |
EMPTY |
OLE |
RLE |
SDC |
UNCOMPRESSED |
Modifier and Type | Method and Description |
---|---|
static AColGroup.CompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AColGroup.CompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AColGroup.CompressionType UNCOMPRESSED
public static final AColGroup.CompressionType RLE
public static final AColGroup.CompressionType OLE
public static final AColGroup.CompressionType DDC
public static final AColGroup.CompressionType CONST
public static final AColGroup.CompressionType EMPTY
public static final AColGroup.CompressionType SDC
public static AColGroup.CompressionType[] values()
for (AColGroup.CompressionType c : AColGroup.CompressionType.values()) System.out.println(c);
public static AColGroup.CompressionType 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 nullCopyright © 2021 The Apache Software Foundation. All rights reserved.