public static enum SampleParameters.Sample extends Enum<SampleParameters.Sample> implements ParameterEnum
Enum Constant and Description |
---|
DATA_TYPE_NAME |
INDEX_NAME |
MAX_SAMPLE_SIZE |
MIN_SAMPLE_SIZE |
PROBABILITY_FUNCTION |
SAMPLE_ITERATIONS |
SAMPLE_RANK_FUNCTION |
SAMPLE_SIZE |
Modifier and Type | Method and Description |
---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static SampleParameters.Sample |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleParameters.Sample[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SampleParameters.Sample SAMPLE_SIZE
public static final SampleParameters.Sample MIN_SAMPLE_SIZE
public static final SampleParameters.Sample MAX_SAMPLE_SIZE
public static final SampleParameters.Sample DATA_TYPE_NAME
public static final SampleParameters.Sample INDEX_NAME
public static final SampleParameters.Sample SAMPLE_ITERATIONS
public static final SampleParameters.Sample PROBABILITY_FUNCTION
public static final SampleParameters.Sample SAMPLE_RANK_FUNCTION
public static SampleParameters.Sample[] values()
for (SampleParameters.Sample c : SampleParameters.Sample.values()) System.out.println(c);
public static SampleParameters.Sample 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 nullpublic Enum<?> self()
self
in interface ParameterEnum
public ParameterHelper<?> getHelper()
getHelper
in interface ParameterEnum
Copyright © 2013–2020. All rights reserved.