public static enum ChromatogramUtil.CalculationMethod extends Enum<ChromatogramUtil.CalculationMethod>
Enum Constant and Description |
---|
allAverage |
allMedian |
fwhmAverage |
fwhmMedian |
Modifier and Type | Method and Description |
---|---|
static ChromatogramUtil.CalculationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChromatogramUtil.CalculationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChromatogramUtil.CalculationMethod allAverage
public static final ChromatogramUtil.CalculationMethod allMedian
public static final ChromatogramUtil.CalculationMethod fwhmAverage
public static final ChromatogramUtil.CalculationMethod fwhmMedian
public static ChromatogramUtil.CalculationMethod[] values()
for (ChromatogramUtil.CalculationMethod c : ChromatogramUtil.CalculationMethod.values()) System.out.println(c);
public static ChromatogramUtil.CalculationMethod 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 © 2019. All rights reserved.