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