public static enum MzxmlReader.ConsistencyCheck extends Enum<MzxmlReader.ConsistencyCheck>
| Enum Constant and Description |
|---|
HIGHEST_MZ |
LOWEST_MZ |
MOST_INTENSE_PEAK |
PEAKS_COUNT |
TOTAL_ION_CURRENT |
| Modifier and Type | Method and Description |
|---|---|
org.expasy.mzjava.core.io.ms.spectrum.MzxmlReader.ConsistencyChecker |
getChecker() |
static MzxmlReader.ConsistencyCheck |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MzxmlReader.ConsistencyCheck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MzxmlReader.ConsistencyCheck PEAKS_COUNT
public static final MzxmlReader.ConsistencyCheck LOWEST_MZ
public static final MzxmlReader.ConsistencyCheck HIGHEST_MZ
public static final MzxmlReader.ConsistencyCheck MOST_INTENSE_PEAK
public static final MzxmlReader.ConsistencyCheck TOTAL_ION_CURRENT
public static MzxmlReader.ConsistencyCheck[] values()
for (MzxmlReader.ConsistencyCheck c : MzxmlReader.ConsistencyCheck.values()) System.out.println(c);
public static MzxmlReader.ConsistencyCheck 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 org.expasy.mzjava.core.io.ms.spectrum.MzxmlReader.ConsistencyChecker getChecker()
Copyright © 2016. All Rights Reserved.