public enum QualityAggregationType extends Enum<QualityAggregationType>
| Modifier and Type | Method and Description |
|---|---|
QualityAggregator |
create(int size) |
static QualityAggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualityAggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QualityAggregationType Min
public static final QualityAggregationType Max
public static final QualityAggregationType Sum
public static final QualityAggregationType Average
public static final QualityAggregationType MiniMax
public static QualityAggregationType[] values()
for (QualityAggregationType c : QualityAggregationType.values()) System.out.println(c);
public static QualityAggregationType 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 QualityAggregator create(int size)
Copyright © 2018. All rights reserved.