public static enum BinaryCasSerDes6.CompressLevel extends Enum<BinaryCasSerDes6.CompressLevel>
| Modifier and Type | Field and Description | 
|---|---|
| int | lvl | 
| Modifier and Type | Method and Description | 
|---|---|
| static BinaryCasSerDes6.CompressLevel | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BinaryCasSerDes6.CompressLevel[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BinaryCasSerDes6.CompressLevel None
public static final BinaryCasSerDes6.CompressLevel Fast
public static final BinaryCasSerDes6.CompressLevel Default
public static final BinaryCasSerDes6.CompressLevel Best
public static BinaryCasSerDes6.CompressLevel[] values()
for (BinaryCasSerDes6.CompressLevel c : BinaryCasSerDes6.CompressLevel.values()) System.out.println(c);
public static BinaryCasSerDes6.CompressLevel 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 © 2006–2022 The Apache Software Foundation. All rights reserved.