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