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