public static enum MzIdentMLIdfileReader.RawValueConversionType extends Enum<MzIdentMLIdfileReader.RawValueConversionType>
Enum Constant and Description |
---|
baseNaturalLogPowerMinusValue |
baseTenPowerMinusValue |
baseTenPowerPlusValue |
baseTwoPowerMinusValue |
noConversion |
oneMinusValue |
Modifier and Type | Method and Description |
---|---|
static MzIdentMLIdfileReader.RawValueConversionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MzIdentMLIdfileReader.RawValueConversionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MzIdentMLIdfileReader.RawValueConversionType noConversion
public static final MzIdentMLIdfileReader.RawValueConversionType baseTwoPowerMinusValue
public static final MzIdentMLIdfileReader.RawValueConversionType baseTenPowerMinusValue
public static final MzIdentMLIdfileReader.RawValueConversionType baseTenPowerPlusValue
public static final MzIdentMLIdfileReader.RawValueConversionType baseNaturalLogPowerMinusValue
public static final MzIdentMLIdfileReader.RawValueConversionType oneMinusValue
public static MzIdentMLIdfileReader.RawValueConversionType[] values()
for (MzIdentMLIdfileReader.RawValueConversionType c : MzIdentMLIdfileReader.RawValueConversionType.values()) System.out.println(c);
public static MzIdentMLIdfileReader.RawValueConversionType 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.