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