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