public enum MzIdentMLVersion extends Enum<MzIdentMLVersion>
Modifier and Type | Field and Description |
---|---|
String |
description
The description of the option.
|
String |
name
The name of the option.
|
Modifier and Type | Method and Description |
---|---|
static String |
getCommandLineOptions()
Returns a string describing the different options.
|
static MzIdentMLVersion |
getMzIdentMLVersion(int index)
Returns the mzIdentML format corresponding to the given index.
|
static MzIdentMLVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MzIdentMLVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MzIdentMLVersion v1_1
public static final MzIdentMLVersion v1_2
public final String name
public final String description
public static MzIdentMLVersion[] values()
for (MzIdentMLVersion c : MzIdentMLVersion.values()) System.out.println(c);
public static MzIdentMLVersion 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 static MzIdentMLVersion getMzIdentMLVersion(int index)
index
- the indexpublic static String getCommandLineOptions()
Copyright © 2021. All rights reserved.