public static enum PeptideConsensusSpectrum.Status extends Enum<PeptideConsensusSpectrum.Status>
| Enum Constant and Description |
|---|
CONFLICTING_ID |
DECOY |
IMPURE |
INQUORATE_UNCONFIRMED |
NORMAL |
SINGLETON |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static PeptideConsensusSpectrum.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeptideConsensusSpectrum.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeptideConsensusSpectrum.Status UNKNOWN
public static final PeptideConsensusSpectrum.Status SINGLETON
public static final PeptideConsensusSpectrum.Status NORMAL
public static final PeptideConsensusSpectrum.Status INQUORATE_UNCONFIRMED
public static final PeptideConsensusSpectrum.Status CONFLICTING_ID
public static final PeptideConsensusSpectrum.Status IMPURE
public static final PeptideConsensusSpectrum.Status DECOY
public static PeptideConsensusSpectrum.Status[] values()
for (PeptideConsensusSpectrum.Status c : PeptideConsensusSpectrum.Status.values()) System.out.println(c);
public static PeptideConsensusSpectrum.Status 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 © 2016. All Rights Reserved.