Serializable
, Comparable<DownsamplingIteratorFactory.Strategy>
public static enum DownsamplingIteratorFactory.Strategy extends Enum<DownsamplingIteratorFactory.Strategy>
Enum Constant | Description |
---|---|
Chained |
|
ConstantMemory |
|
HighAccuracy |
Modifier and Type | Field | Description |
---|---|---|
String |
description |
Modifier and Type | Method | Description |
---|---|---|
String |
getDescription() |
Gets the description of the strategy.
|
static DownsamplingIteratorFactory.Strategy |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DownsamplingIteratorFactory.Strategy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownsamplingIteratorFactory.Strategy HighAccuracy
public static final DownsamplingIteratorFactory.Strategy ConstantMemory
public static final DownsamplingIteratorFactory.Strategy Chained
public final String description
public static DownsamplingIteratorFactory.Strategy[] values()
for (DownsamplingIteratorFactory.Strategy c : DownsamplingIteratorFactory.Strategy.values()) System.out.println(c);
public static DownsamplingIteratorFactory.Strategy 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 String getDescription()