public static enum AASequenceFeature.Function extends Enum<AASequenceFeature.Function>
Modifier and Type | Method and Description |
---|---|
static AASequenceFeature.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AASequenceFeature.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AASequenceFeature.Function minimum
public static final AASequenceFeature.Function maximum
public static final AASequenceFeature.Function mean
public static final AASequenceFeature.Function sum
public static AASequenceFeature.Function[] values()
for (AASequenceFeature.Function c : AASequenceFeature.Function.values()) System.out.println(c);
public static AASequenceFeature.Function 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 © 2018. All rights reserved.